Lines Matching defs:set
99 // _applyPattern calls add() etc., which set pat to empty.
116 _set_add(USet *set, UChar32 c) {
117 ((UnicodeSet *)set)->add(c);
121 _set_addRange(USet *set, UChar32 start, UChar32 end) {
122 ((UnicodeSet *)set)->add(start, end);
126 _set_addString(USet *set, const UChar *str, int32_t length) {
127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
134 // add the result of a full case mapping to the set
137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) {
141 set.add(result);
145 set.add(str);
169 // start with input set to guarantee inclusion