Home
last modified time | relevance | path

Searched refs:DIGITS_OR_ALL_SEPARATORS (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStaticUnicodeSets.java68 DIGITS_OR_ALL_SEPARATORS, enumConstant
260 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
/external/icu/icu4c/source/common/
Dstatic_unicode_sets.h59 DIGITS_OR_ALL_SEPARATORS, enumerator
Dstatic_unicode_sets.cpp179 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java63 DIGITS_OR_ALL_SEPARATORS, enumConstant
255 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
/external/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp61 strictSeparators ? unisets::DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java83 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DDecimalMatcher.java85 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()