Searched refs:fBeforeSuffixUnicodeSet (Results 1 – 2 of 2) sorted by relevance
366 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()
209 UnicodeSet fBeforeSuffixUnicodeSet; variable