Home
last modified time | relevance | path

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

/art/runtime/
Dstring_reference.h64 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
69 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
Dutf.h55 ALWAYS_INLINE int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1,
Dutf-inl.h72 inline int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1, in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues() function
Dtype_lookup_table.h132 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues( in IsStringsEquals()
Ddex_file.cc758 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId()
778 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindTypeId()
Ddex_file_verifier.cc2017 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()