Searched refs:lhs2 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutf.cc227 const uint16_t lhs2 = GetTrailingUtf16Char(pair); local
228 if (lhs2 != 0) {
235 if (lhs2 != rhs2) {
236 return lhs2 > rhs2 ? 1 : -1;

Completed in 290 milliseconds