Searched defs:FastCompareStringsData (Results 1 – 1 of 1) sorted by relevance
575 struct FastCompareStringsData { struct576 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()