Home
last modified time | relevance | path

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

/art/runtime/
Dutf.h58 ALWAYS_INLINE int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1,
Dutf-inl.h41 inline int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1, in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues() function
Ddex_file.h1018 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(a, b) == 0; in operator()
Ddex_file.cc559 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId()
Ddex_file_verifier.cc1480 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()