Home
last modified time | relevance | path

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

/art/runtime/
Dutf.h68 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
Dutf.cc206 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues() function
Dintern_table.cc390 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0; in operator ()()
Ddex_file.cc666 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string, length); in FindStringId()
/art/runtime/native/
Djava_lang_Class.cc201 int result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length); in FindFieldByName()