Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/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()
/external/cronet/tot/third_party/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()
/external/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()
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4j/main/core/src/main/java/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()