Home
last modified time | relevance | path

Searched refs:numberCp (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java138 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local
140 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java136 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local
138 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local
443 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
/third_party/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local
443 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_modifiers.cpp441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local
443 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp435 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() local
437 if (!numberUniset.contains(numberCp)) { in applyCurrencySpacingAffix()