Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dstring_reference.h58 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
63 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
Dutf-inl.h72 inline int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1, in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues() function
Dutf.h57 ALWAYS_INLINE int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1,
Ddex_file.cc320 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId()
340 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindTypeId()
Ddex_file_verifier.cc2040 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()