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

/art/runtime/mirror/
H A Dstring.cc238 int32_t minCount = (countDiff < 0) ? lhsCount : rhsCount; local
241 int32_t otherRes = MemCmp16(lhsChars, rhsChars, minCount);

Completed in 30 milliseconds