Searched refs:OTHER_GROUPING_SEPARATORS (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StaticUnicodeSets.java | 46 OTHER_GROUPING_SEPARATORS, enumConstant 239 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, in unicodeSets.put() argument 242 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument 244 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StaticUnicodeSets.java | 41 OTHER_GROUPING_SEPARATORS, enumConstant 234 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, in unicodeSets.put() argument 237 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument 239 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument
|
/external/icu/icu4c/source/common/ |
D | static_unicode_sets.cpp | 159 gUnicodeSets[OTHER_GROUPING_SEPARATORS] = new UnicodeSet( in initNumberParseUniSets() 161 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 163 STRICT_COMMA, STRICT_PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets()
|
D | static_unicode_sets.h | 38 OTHER_GROUPING_SEPARATORS, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | static_unisets_test.cpp | 60 grouping.addAll(*get(unisets::OTHER_GROUPING_SEPARATORS)); in testSetCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 50 UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.OTHER_GROUPING_SEPARATORS)) in testSetCoverage()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 47 UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.OTHER_GROUPING_SEPARATORS)) in testSetCoverage()
|