Home
last modified time | relevance | path

Searched refs:affixSet (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1911 UnicodeSet *affixSet; in compareSimpleAffix() local
1920 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()