Home
last modified time | relevance | path

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

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