Searched refs:numberCp (Results 1 – 3 of 3) sorted by relevance
135 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local137 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
137 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local139 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
435 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local437 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()