Searched refs:computeUnion (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StaticUnicodeSets.java | 137 private static UnicodeSet computeUnion(Key k1, Key k2) { in computeUnion() method in StaticUnicodeSets 141 private static UnicodeSet computeUnion(Key k1, Key k2, Key k3) { in computeUnion() method in StaticUnicodeSets 257 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); 259 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); 276 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); 278 computeUnion(Key.DIGITS, Key.STRICT_ALL_SEPARATORS));
|
/third_party/icu/icu4c/source/common/ |
H A D | static_unicode_sets.cpp | 44 UnicodeSet* computeUnion(Key k1, Key k2) { in computeUnion() function 55 UnicodeSet* computeUnion(Key k1, Key k2, Key k3) { in computeUnion() function 181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 182 gUnicodeSets[STRICT_ALL_SEPARATORS] = computeUnion( in initNumberParseUniSets() 201 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets() 202 gUnicodeSets[DIGITS_OR_STRICT_ALL_SEPARATORS] = computeUnion(DIGITS, STRICT_ALL_SEPARATORS); in initNumberParseUniSets()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StaticUnicodeSets.java | 144 private static UnicodeSet computeUnion(Key k1, Key k2) { in computeUnion() method in StaticUnicodeSets 148 private static UnicodeSet computeUnion(Key k1, Key k2, Key k3) { in computeUnion() method in StaticUnicodeSets 264 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); 266 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); 283 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); 285 computeUnion(Key.DIGITS, Key.STRICT_ALL_SEPARATORS));
|
/third_party/node/deps/icu-small/source/common/ |
H A D | static_unicode_sets.cpp | 44 UnicodeSet* computeUnion(Key k1, Key k2) { in computeUnion() function 55 UnicodeSet* computeUnion(Key k1, Key k2, Key k3) { in computeUnion() function 181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 182 gUnicodeSets[STRICT_ALL_SEPARATORS] = computeUnion( in initNumberParseUniSets() 201 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets() 202 gUnicodeSets[DIGITS_OR_STRICT_ALL_SEPARATORS] = computeUnion(DIGITS, STRICT_ALL_SEPARATORS); in initNumberParseUniSets()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | static_unicode_sets.cpp | 44 UnicodeSet* computeUnion(Key k1, Key k2) { in computeUnion() function 55 UnicodeSet* computeUnion(Key k1, Key k2, Key k3) { in computeUnion() function 181 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 182 gUnicodeSets[STRICT_ALL_SEPARATORS] = computeUnion( in initNumberParseUniSets() 201 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets() 202 gUnicodeSets[DIGITS_OR_STRICT_ALL_SEPARATORS] = computeUnion(DIGITS, STRICT_ALL_SEPARATORS); in initNumberParseUniSets()
|
Completed in 4 milliseconds