Home | History | Annotate | Download | only in src

Lines Matching refs:String8

24 std::vector<android::String8>* StringUtil::split(const android::String8& str, char delimiter)
26 std::vector<android::String8>* tokens = new std::vector<android::String8>();
42 android::String8 StringUtil::substr(const android::String8& str, size_t pos, size_t n)
47 android::String8 resultDummy;
53 android::String8 result(str.string() + pos, n);
57 int StringUtil::compare(const android::String8& str, const char* other)
62 bool StringUtil::endsWith(const android::String8& str, const char* other)