Home
last modified time | relevance | path

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

/external/icu/icu4c/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()
/external/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()
/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()