Searched defs:FastCompareStringsData (Results 1 – 1 of 1) sorted by relevance
1085 struct FastCompareStringsData { struct1086 UCollationResult l1_result = UCollationResult::UCOL_EQUAL;1087 UCollationResult l3_result = UCollationResult::UCOL_EQUAL;1088 int processed_until = 0;1089 int first_diff_at = 0; // The first relevant diff (L1 if exists, else L3).1090 bool has_diff = false;1092 base::Optional<UCollationResult> FastCompareFailed( in FastCompareFailed()