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

  /external/icu/icu4c/source/common/
static_unicode_sets.h 59 DIGITS_OR_ALL_SEPARATORS,
static_unicode_sets.cpp 179 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StaticUnicodeSets.java 68 DIGITS_OR_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 63 DIGITS_OR_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 85 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS
  /external/icu/icu4c/source/i18n/
numparse_decimal.cpp 61 strictSeparators ? unisets::DIGITS_OR_ALL_SEPARATORS
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DecimalMatcher.java 83 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 389 milliseconds