Home
last modified time | relevance | path

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

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