Home
last modified time | relevance | path

Searched refs:CompareModifiedUtf8ToUtf16AsCodePointValues (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dutf.h64 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
Dutf.cc203 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues() function
/art/runtime/
Dintern_table-inl.h73 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0; in operator()
/art/runtime/native/
Djava_lang_Class.cc392 result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length); in FindFieldByName()