Searched refs:CompareModifiedUtf8ToUtf16AsCodePointValues (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | utf.h | 68 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
|
D | utf.cc | 206 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16, in CompareModifiedUtf8ToUtf16AsCodePointValues() function
|
D | intern_table.cc | 390 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0; in operator ()()
|
D | dex_file.cc | 666 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string, length); in FindStringId()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 201 int result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length); in FindFieldByName()
|