Searched refs:affixCp (Results 1 – 3 of 3) sorted by relevance
130 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() local132 if (!affixUniset.contains(affixCp)) { in applyCurrencySpacingAffix()
132 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() local134 if (!affixUniset.contains(affixCp)) { in applyCurrencySpacingAffix()
430 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() local432 if (!affixUniset.contains(affixCp)) { in applyCurrencySpacingAffix()