Searched refs:computeUnion (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
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 161 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS); in initNumberParseUniSets() 162 gUnicodeSets[STRICT_ALL_SEPARATORS] = computeUnion( in initNumberParseUniSets() 179 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets() 180 gUnicodeSets[DIGITS_OR_STRICT_ALL_SEPARATORS] = computeUnion(DIGITS, STRICT_ALL_SEPARATORS); in initNumberParseUniSets()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | StaticUnicodeSets.java | 139 private static UnicodeSet computeUnion(Key k1, Key k2) { in computeUnion() method in StaticUnicodeSets 143 private static UnicodeSet computeUnion(Key k1, Key k2, Key k3) { in computeUnion() method in StaticUnicodeSets 242 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() 244 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() 260 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() 262 computeUnion(Key.DIGITS, Key.STRICT_ALL_SEPARATORS)); in unicodeSets.put()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StaticUnicodeSets.java | 134 private static UnicodeSet computeUnion(Key k1, Key k2) { in computeUnion() method in StaticUnicodeSets 138 private static UnicodeSet computeUnion(Key k1, Key k2, Key k3) { in computeUnion() method in StaticUnicodeSets 237 computeUnion(Key.COMMA, Key.PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() 239 computeUnion(Key.STRICT_COMMA, Key.STRICT_PERIOD, Key.OTHER_GROUPING_SEPARATORS)); in unicodeSets.put() 255 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() 257 computeUnion(Key.DIGITS, Key.STRICT_ALL_SEPARATORS)); in unicodeSets.put()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |