Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dstring_reference.h58 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
63 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
H A Dutf-inl.h72 inline int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1, in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues() function
H A Dutf.h57 ALWAYS_INLINE int CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(const char* utf8_1,
H A Dtype_lookup_table.cc30 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(lhs, rhs) == 0; in ModifiedUtf8StringEquals()
H A Ddex_file.cc334 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId()
354 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindTypeId()
H A Ddex_file_verifier.cc2488 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()
3419 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(get_string(lhs), rhs) < 0; in FindStringRangesForMethodNames()