Home
last modified time | relevance | path

Searched defs:STRICT_IGNORABLES (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dstatic_unicode_sets.h36 STRICT_IGNORABLES, enumerator
/external/icu/libicu/cts_headers/
Dstatic_unicode_sets.h36 STRICT_IGNORABLES, enumerator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java30 STRICT_IGNORABLES, enumConstant
240 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); in unicodeSets.put()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DStaticUnicodeSets.java35 STRICT_IGNORABLES, enumConstant
245 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); in unicodeSets.put()