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