Searched defs:lhsChars (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dstring.cc217 const uint16_t* lhsChars = lhs->GetCharArray()->GetData() + lhs->GetOffset(); local
219 int32_t otherRes = MemCmp16(lhsChars, rhsChars, minCount);

Completed in 3242 milliseconds