HomeSort by relevance Sort by last modified time
    Searched refs:ALL_SEPARATORS (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/common/
static_unicode_sets.h 32 // - ALL_SEPARATORS is the union of COMMA, PERIOD, and OTHER_GROUPING_SEPARATORS
39 ALL_SEPARATORS,
static_unicode_sets.cpp 161 gUnicodeSets[ALL_SEPARATORS] = computeUnion(COMMA, PERIOD, OTHER_GROUPING_SEPARATORS);
179 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java 40 // - ALL_SEPARATORS is the union of COMMA, PERIOD, and OTHER_GROUPING_SEPARATORS
47 ALL_SEPARATORS,
241 unicodeSets.put(Key.ALL_SEPARATORS,
260 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StaticUnicodeSets.java 35 // - ALL_SEPARATORS is the union of COMMA, PERIOD, and OTHER_GROUPING_SEPARATORS
42 ALL_SEPARATORS,
236 unicodeSets.put(Key.ALL_SEPARATORS,
255 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DecimalMatcher.java 66 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS;
  /external/icu/icu4c/source/i18n/
numparse_decimal.cpp 36 : unisets::ALL_SEPARATORS;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DecimalMatcher.java 64 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS;
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.10.0.v20180412-1130.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 135 milliseconds