Lines Matching refs:add
99 // _applyPattern calls add() etc., which set pat to empty.
117 ((UnicodeSet *)set)->add(c);
122 ((UnicodeSet *)set)->add(start, end);
127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
134 // add the result of a full case mapping to the set
140 // add a single-code point case mapping
141 set.add(result);
143 // add a string case mapping from full with length result
145 set.add(str);
148 // result < 0: the code point mapped to itself, no need to add it
171 // therefore, start with no strings and add only those needed
190 // add case mappings
191 // (does not add long s for regular s, or Kelvin for k, for example)
213 foldSet.add(str); // does not map to code points: add the folded string itself
228 foldSet.add(str);
231 foldSet.add(str);
234 foldSet.add(str);
236 foldSet.add(str);