Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp36 unisets::Key groupingKey = strictSeparators ? unisets::STRICT_ALL_SEPARATORS in DecimalMatcher() local
41 groupingUniSet = unisets::get(groupingKey); in DecimalMatcher()
58 if (groupingKey >= 0 && decimalKey >= 0) { 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()
/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/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...