Searched refs:affixSet (Results 1 – 1 of 1) sorted by relevance
1925 UnicodeSet *affixSet; in compareSimpleAffix() local1934 affixSet = fStaticSets->fStrictDashEquivalents; in compareSimpleAffix()1939 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()1941 if (affixSet->contains(ic)) { in compareSimpleAffix()2018 affixSet = fStaticSets->fDashEquivalents; in compareSimpleAffix()2020 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()2024 if (affixSet->contains(ic)) { in compareSimpleAffix()