Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp366 fBeforeSuffixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, SUFFIX, status); in CurrencySpacingEnabledModifier()
367 fBeforeSuffixUnicodeSet.freeze(); in CurrencySpacingEnabledModifier()
370 fBeforeSuffixUnicodeSet.setToBogus(); in CurrencySpacingEnabledModifier()
374 fBeforeSuffixUnicodeSet.setToBogus(); in CurrencySpacingEnabledModifier()
388 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() && in apply()
389 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
Dnumber_modifiers.h209 UnicodeSet fBeforeSuffixUnicodeSet; variable