Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp575 struct FastCompareStringsData { struct
576 UCollationResult l1Result = UCollationResult::UCOL_EQUAL;
577 UCollationResult l3Result = UCollationResult::UCOL_EQUAL;
578 int processedUntil = 0;
579 int firstDiffAt = 0; // The first relevant diff (L1 if exists, else L3).
580 bool hasDiff = false;
582 std::optional<UCollationResult> FastCompareFailed(int& processedUntilOut) const in FastCompareFailed()