Home
last modified time | relevance | path

Searched refs:CanFastCompare (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.cpp597 constexpr bool CanFastCompare(T ch) in CanFastCompare() function
610 if (!CanFastCompare(l) || !CanFastCompare(r)) { in FastCompareFlatString()
669 return index >= stringLength || CanFastCompare(EcmaStringAccessor(string).Get<false>(index)); in CharCanFastCompareOrOutOfBounds()

Completed in 2 milliseconds