Home
last modified time | relevance | path

Searched refs:OTHER_GROUPING_SEPARATORS (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStaticUnicodeSets.java48 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
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java41 OTHER_GROUPING_SEPARATORS, enumConstant
255 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); in unicodeSets.put() argument
257 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument
259 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() argument
/third_party/node/deps/icu-small/source/common/
Dstatic_unicode_sets.cpp180 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()
Dstatic_unicode_sets.h49 OTHER_GROUPING_SEPARATORS, enumerator
/third_party/icu/icu4c/source/common/
Dstatic_unicode_sets.cpp180 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()
Dstatic_unicode_sets.h49 OTHER_GROUPING_SEPARATORS, enumerator
/third_party/skia/third_party/externals/icu/source/common/
Dstatic_unicode_sets.cpp180 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()
Dstatic_unicode_sets.h49 OTHER_GROUPING_SEPARATORS, enumerator
/third_party/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp63 grouping.addAll(*get(unisets::OTHER_GROUPING_SEPARATORS)); in testSetCoverage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DExhaustiveNumberTest.java53 UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.OTHER_GROUPING_SEPARATORS)) in testSetCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DExhaustiveNumberTest.java50 UnicodeSet grouping = decimals.cloneAsThawed().addAll(get(Key.OTHER_GROUPING_SEPARATORS)) in testSetCoverage()