Searched refs:numberCp (Results 1 – 6 of 6) sorted by relevance
138 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local140 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
136 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local138 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local443 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()