Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp301 int32_t CompareBytesBlock(T *lstrPt, T *rstrPt, int32_t minCount) in CompareBytesBlock()
342 int32_t minCount = (lengRet < 0) ? lstrLeng : rstrLeng; in Compare() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp213 int32_t minCount = (countDiff < 0) ? lhsCount : rhsCount; in Compare() local