Searched defs:FastCompareStringsData (Results 1 – 1 of 1) sorted by relevance
555 struct FastCompareStringsData { struct556 UCollationResult l1Result = UCollationResult::UCOL_EQUAL;557 UCollationResult l3Result = UCollationResult::UCOL_EQUAL;558 int processedUntil = 0;559 int firstDiffAt = 0; // The first relevant diff (L1 if exists, else L3).560 bool hasDiff = false;562 std::optional<UCollationResult> FastCompareFailed(int& processedUntilOut) const in FastCompareFailed()