Searched refs:STRICT_IGNORABLES (Results 1 – 7 of 7) sorted by relevance
21 StaticUnicodeSets.get(StaticUnicodeSets.Key.STRICT_IGNORABLES));
34 STRICT_IGNORABLES, enumConstant226 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); in unicodeSets.put() argument
26 STRICT_IGNORABLES, enumerator
145 gUnicodeSets[STRICT_IGNORABLES] = new UnicodeSet(u"[[:Bidi_Control:]]", status); in initNumberParseUniSets()
19 StaticUnicodeSets.get(StaticUnicodeSets.Key.STRICT_IGNORABLES));
29 STRICT_IGNORABLES, enumConstant221 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); in unicodeSets.put() argument
133 isStrict ? unisets::STRICT_IGNORABLES : unisets::DEFAULT_IGNORABLES}; in createParserFromProperties()