Home
last modified time | relevance | path

Searched defs:DIGITS_OR_ALL_SEPARATORS (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dstatic_unicode_sets.h59 DIGITS_OR_ALL_SEPARATORS, enumerator
/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()
/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()