summaryrefslogtreecommitdiff
path: root/include/utils/String16.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/String16.h')
-rw-r--r--include/utils/String16.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/utils/String16.h b/include/utils/String16.h
index 9a67c7a5f..9bb6f0d1e 100644
--- a/include/utils/String16.h
+++ b/include/utils/String16.h
@@ -90,7 +90,9 @@ public:
bool startsWith(const String16& prefix) const;
bool startsWith(const char16_t* prefix) const;
-
+
+ bool contains(const char16_t* chrs) const;
+
status_t makeLower();
status_t replaceAll(char16_t replaceThis,