Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc246 const uint16_t* rhsChars = rhs->GetValue(); in CompareTo() local
247 int32_t otherRes = MemCmp16(lhsChars, rhsChars, minCount); in CompareTo()