Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp236 int32_t countDiff = lhsCount - rhsCount; in Compare() local
237 int32_t minCount = (countDiff < 0) ? lhsCount : rhsCount; in Compare()
267 return countDiff; in Compare()