Searched defs:utf8 (Results 1 – 6 of 6) sorted by relevance
27 size_t CountModifiedUtf8Chars(const char* utf8) { in CountModifiedUtf8Chars()46 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()181 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8()206 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues()
189 std::string utf8(s->ToModifiedUtf8()); in Dump() local
201 size_t CountModifiedUtf8Chars_reference(const char* utf8) { in CountModifiedUtf8Chars_reference()
215 const std::string utf8 = s->ToModifiedUtf8(); in LookupStringFromImage() local
1241 const uint8_t* utf8 = CheckUtfBytes(bytes, &errorKind); in CheckUtfString() local1273 const uint8_t* utf8 = reinterpret_cast<const uint8_t*>(bytes++); in CheckUtfBytes() local
290 const char* utf8 = dex_file->StringDataByIdx(string_idx); in PreloadDexCachesResolveString() local