Searched refs:OTHER_GROUPING_SEPARATORS (Results 1 – 9 of 9) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StaticUnicodeSets.java | 48 OTHER_GROUPING_SEPARATORS, enumConstant 262 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); in unicodeSets.put() argument 264 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument 266 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 | 43 OTHER_GROUPING_SEPARATORS, enumConstant 257 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); in unicodeSets.put() argument 259 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument 261 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 | 180 gUnicodeSets[OTHER_GROUPING_SEPARATORS] = otherGrouping.orphan(); in initNumberParseUniSets() 181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 183 STRICT_COMMA, STRICT_PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets()
|
D | static_unicode_sets.h | 49 OTHER_GROUPING_SEPARATORS, enumerator
|
/external/icu/libicu/cts_headers/ |
D | static_unicode_sets.h | 49 OTHER_GROUPING_SEPARATORS, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | static_unisets_test.cpp | 63 grouping.addAll(*get(unisets::OTHER_GROUPING_SEPARATORS)); in testSetCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 53 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 | 50 UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.OTHER_GROUPING_SEPARATORS)) in testSetCoverage()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |