Home
last modified time | relevance | path

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

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