Home
last modified time | relevance | path

Searched refs:ALL_SEPARATORS (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java42 ALL_SEPARATORS, enumConstant
256 unicodeSets.put(Key.ALL_SEPARATORS, in unicodeSets.put() argument
276 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStaticUnicodeSets.java49 ALL_SEPARATORS, enumConstant
263 unicodeSets.put(Key.ALL_SEPARATORS, in unicodeSets.put() argument
283 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
/third_party/icu/icu4c/source/common/
Dstatic_unicode_sets.h50 ALL_SEPARATORS, enumerator
Dstatic_unicode_sets.cpp181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets()
201 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets()
/third_party/skia/third_party/externals/icu/source/common/
Dstatic_unicode_sets.h50 ALL_SEPARATORS, enumerator
Dstatic_unicode_sets.cpp181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets()
201 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets()
/third_party/node/deps/icu-small/source/common/
Dstatic_unicode_sets.h50 ALL_SEPARATORS, enumerator
Dstatic_unicode_sets.cpp181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets()
201 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp37 : unisets::ALL_SEPARATORS; in DecimalMatcher()
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_decimal.cpp37 : unisets::ALL_SEPARATORS; in DecimalMatcher()
/third_party/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp37 : unisets::ALL_SEPARATORS; in DecimalMatcher()
/third_party/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java66 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher()