Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dnumparse_decimal.cpp42 unisets::Key decimalKey = unisets::chooseFrom( in DecimalMatcher() local
46 if (decimalKey >= 0) { in DecimalMatcher()
47 decimalUniSet = unisets::get(decimalKey); in DecimalMatcher()
58 if (groupingKey >= 0 && decimalKey >= 0) { in DecimalMatcher()
/third_party/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp42 unisets::Key decimalKey = unisets::chooseFrom( in DecimalMatcher() local
46 if (decimalKey >= 0) { in DecimalMatcher()
47 decimalUniSet = unisets::get(decimalKey); in DecimalMatcher()
58 if (groupingKey >= 0 && decimalKey >= 0) { in DecimalMatcher()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp42 unisets::Key decimalKey = unisets::chooseFrom( in DecimalMatcher() local
46 if (decimalKey >= 0) { in DecimalMatcher()
47 decimalUniSet = unisets::get(decimalKey); in DecimalMatcher()
58 if (groupingKey >= 0 && decimalKey >= 0) { in DecimalMatcher()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp41 unisets::Key decimalKey = unisets::chooseFrom( in DecimalMatcher() local
45 if (decimalKey >= 0) { in DecimalMatcher()
46 decimalUniSet = unisets::get(decimalKey); in DecimalMatcher()
57 if (groupingKey >= 0 && decimalKey >= 0) { in DecimalMatcher()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java71 Key decimalKey = StaticUnicodeSets.chooseFrom(decimalSeparator, in DecimalMatcher() local
74 if (decimalKey != null) { in DecimalMatcher()
75 decimalUniSet = StaticUnicodeSets.get(decimalKey); in DecimalMatcher()
82 if (groupingKey != null && decimalKey != null) { in DecimalMatcher()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java69 Key decimalKey = StaticUnicodeSets.chooseFrom(decimalSeparator, in DecimalMatcher() local
72 if (decimalKey != null) { in DecimalMatcher()
73 decimalUniSet = StaticUnicodeSets.get(decimalKey); in DecimalMatcher()
80 if (groupingKey != null && decimalKey != null) { in DecimalMatcher()