Searched refs:ALL_SEPARATORS (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StaticUnicodeSets.java | 47 ALL_SEPARATORS, enumConstant 241 unicodeSets.put(Key.ALL_SEPARATORS, in unicodeSets.put() argument 260 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StaticUnicodeSets.java | 42 ALL_SEPARATORS, enumConstant 236 unicodeSets.put(Key.ALL_SEPARATORS, in unicodeSets.put() argument 255 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
|
/external/icu/icu4c/source/common/ |
D | static_unicode_sets.cpp | 161 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 179 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets()
|
D | static_unicode_sets.h | 39 ALL_SEPARATORS, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | numparse_decimal.cpp | 36 : unisets::ALL_SEPARATORS; in DecimalMatcher()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | DecimalMatcher.java | 64 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | DecimalMatcher.java | 66 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher()
|