summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-12-10 18:05:19 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2009-12-10 18:05:19 -0800
commit2c05ff5518f07889af1446c99d97198dc92e82cc (patch)
treef00cf8b8506854939deac5e1390fd2a398ae215c /include
parentf4f3a4680744a90a0835d6594093dfef6bfcfc97 (diff)
parentccb5b89029ca3f653fbfa32a7b6ed82bf227541c (diff)
Merge change I6478884a into eclair-mr2
* changes: Add string resource type inspection
Diffstat (limited to 'include')
-rw-r--r--include/utils/ResourceTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/utils/ResourceTypes.h b/include/utils/ResourceTypes.h
index a845908f9e..6090f6001a 100644
--- a/include/utils/ResourceTypes.h
+++ b/include/utils/ResourceTypes.h
@@ -454,6 +454,10 @@ public:
size_t size() const;
+#ifndef HAVE_ANDROID_OS
+ bool isUTF8() const;
+#endif
+
private:
status_t mError;
void* mOwnedData;