Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp35 unisets::Key groupingKey = strictSeparators ? unisets::STRICT_ALL_SEPARATORS in DecimalMatcher() local
40 groupingUniSet = unisets::get(groupingKey); in DecimalMatcher()
57 if (groupingKey >= 0 && decimalKey >= 0) { in DecimalMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java64 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher() local
68 groupingUniSet = StaticUnicodeSets.get(groupingKey); in DecimalMatcher()
80 if (groupingKey != null && decimalKey != null) { in DecimalMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DDecimalMatcher.java66 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher() local
70 groupingUniSet = StaticUnicodeSets.get(groupingKey); in DecimalMatcher()
82 if (groupingKey != null && decimalKey != null) { in DecimalMatcher()