summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-07-16 00:14:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-07-16 00:14:38 -0700
commiteec69d2923636b2aaa51df93bacc2b3bbb742736 (patch)
treed9eba8c7d89a11b94c2bb6206e014c17575fecc6 /include
parentb0374a0e22756d956f8ebf2b19b1139e9e5e3384 (diff)
parente33348ba54cd68d6936cffd4507037c14d4b10c2 (diff)
downloadframeworks_base-eec69d2923636b2aaa51df93bacc2b3bbb742736.zip
frameworks_base-eec69d2923636b2aaa51df93bacc2b3bbb742736.tar.gz
frameworks_base-eec69d2923636b2aaa51df93bacc2b3bbb742736.tar.bz2
Merge "Fix bug with phantom input windows." into gingerbread
Diffstat (limited to 'include')
-rw-r--r--include/utils/String8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils/String8.h b/include/utils/String8.h
index c4b18a4..0b18fe3 100644
--- a/include/utils/String8.h
+++ b/include/utils/String8.h
@@ -171,6 +171,8 @@ public:
status_t append(const char* other);
status_t append(const char* other, size_t numChars);
+ status_t appendFormat(const char* fmt, ...);
+
// Note that this function takes O(N) time to calculate the value.
// No cache value is stored.
size_t getUtf32Length() const;