Searched refs:fBeforeSuffixUnicodeSet (Results 1 – 6 of 6) sorted by relevance
373 fBeforeSuffixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, SUFFIX, status); in CurrencySpacingEnabledModifier()374 fBeforeSuffixUnicodeSet.freeze(); in CurrencySpacingEnabledModifier()377 fBeforeSuffixUnicodeSet.setToBogus(); in CurrencySpacingEnabledModifier()381 fBeforeSuffixUnicodeSet.setToBogus(); in CurrencySpacingEnabledModifier()399 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() && in apply()400 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()
209 UnicodeSet fBeforeSuffixUnicodeSet; variable
402 fBeforeSuffixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, SUFFIX, status); in CurrencySpacingEnabledModifier()403 fBeforeSuffixUnicodeSet.freeze(); in CurrencySpacingEnabledModifier()406 fBeforeSuffixUnicodeSet.setToBogus(); in CurrencySpacingEnabledModifier()410 fBeforeSuffixUnicodeSet.setToBogus(); in CurrencySpacingEnabledModifier()428 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() && in apply()429 fBeforeSuffixUnicodeSet.contains(output.codePointBefore(rightIndex))) { in apply()