Searched refs:CompareModifiedUtf8ToUtf16AsCodePointValues (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dutf.h65 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8_1, const uint16_t* utf8_2);
H A Dutf.cc96 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8_1, const uint16_t* utf8_2) { function in namespace:art
H A Ddex_file.cc571 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string);

Completed in 126 milliseconds