Lines Matching defs:set
37 UnicodeSet* set = new UnicodeSet(pat, *ec);
39 if(set == 0) {
45 delete set;
46 set = NULL;
48 return (USet*) set;
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec);
59 if(set == 0) {
65 delete set;
66 set = NULL;
68 return (USet*) set;
73 uset_applyPattern(USet *set,
84 // check only the set paramenter
87 if(set == NULL){
96 ((UnicodeSet*) set)->applyPattern(pat, pos, options, NULL, *status);
102 uset_applyIntPropertyValue(USet* set,
104 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
108 uset_applyPropertyAlias(USet* set,
116 ((UnicodeSet*) set)->applyPropertyAlias(p, v, *ec);
131 uset_toPattern(const USet* set,
136 ((const UnicodeSet*) set)->toPattern(pat, escapeUnprintable);
141 uset_closeOver(USet* set, int32_t attributes) {
142 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes);