Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc247 int32_t otherRes = MemCmp16(lhsChars, rhsChars, minCount); in CompareTo() local
248 if (otherRes != 0) { in CompareTo()
249 return otherRes; in CompareTo()