Home
last modified time | relevance | path

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

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