Home | History | Annotate | Download | only in common

Lines Matching refs:UnicodeSet

16 *   C wrappers around UnicodeSet functions that are implemented in
35 UnicodeSet* set = new UnicodeSet(pat, *ec);
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec);
94 ((UnicodeSet*) set)->applyPattern(pat, pos, options, NULL, *status);
102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
114 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec);
125 UnicodeSet::resemblesPattern(pat, pos);
134 ((const UnicodeSet*) set)->toPattern(pat, escapeUnprintable);