Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dutf.cc230 const uint16_t rhs2 = *utf16++; in CompareModifiedUtf8ToUtf16AsCodePointValues() local
232 if (lhs2 != rhs2) { in CompareModifiedUtf8ToUtf16AsCodePointValues()
233 return lhs2 > rhs2 ? 1 : -1; in CompareModifiedUtf8ToUtf16AsCodePointValues()