Searched defs:utf8 (Results 1 – 6 of 6) sorted by relevance
31 size_t CountModifiedUtf8Chars(const char* utf8) { in CountModifiedUtf8Chars()50 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()177 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8()203 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues()286 std::string PrintableString(const char* utf8) { in PrintableString()
203 size_t CountModifiedUtf8Chars_reference(const char* utf8) { in CountModifiedUtf8Chars_reference()
28 inline size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
196 std::string utf8(s->ToModifiedUtf8()); in Dump() local
384 const char* utf8 = dex_file->StringDataByIdx(string_idx); in PreloadDexCachesResolveString() local
1375 const uint8_t* utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString() local1407 const uint8_t* utf8 = reinterpret_cast<const uint8_t*>(bytes++); in CheckUtfBytes() local