Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.cpp577 UCollationResult l3Result = UCollationResult::UCOL_EQUAL; member
622 if (l != r && fastCompareData.l3Result == UCollationResult::UCOL_EQUAL) { in FastCompareFlatString()
623 auto l3Result = ToUCollationResult(COLLATION_WEIGHT_L3[l] - COLLATION_WEIGHT_L3[r]); in FastCompareFlatString() local
624 fastCompareData.l3Result = l3Result; in FastCompareFlatString()
717 return fastCompareData.l3Result; in TryFastCompareStrings()

Completed in 2 milliseconds