Searched refs:affixSet (Results 1 – 1 of 1) sorted by relevance
1911 UnicodeSet *affixSet; in compareSimpleAffix() local1920 affixSet = fStaticSets->fStrictDashEquivalents; in compareSimpleAffix()1925 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()1927 if (affixSet->contains(ic)) { in compareSimpleAffix()2004 affixSet = fStaticSets->fDashEquivalents; in compareSimpleAffix()2006 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()2010 if (affixSet->contains(ic)) { in compareSimpleAffix()