Home
last modified time | relevance | path

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

/art/compiler/utils/
Dstring_reference.h49 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues( in operator()
55 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues( in operator()
/art/runtime/
Dutf-inl.h72 inline int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1, in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues() function
Dutf.h61 ALWAYS_INLINE int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1,
Dtype_lookup_table.h128 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues( in IsStringsEquals()
Ddex_file.cc627 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId()
647 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindTypeId()
Ddex_file_verifier.cc1716 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()