Home | History | Annotate | Download | only in common

Lines Matching full:foldset

187             UnicodeSet foldSet(*this);
190 foldSet.toUSet(),
202 foldSet.strings->removeAllElements();
224 addCaseMapping(foldSet, result, full, str);
227 addCaseMapping(foldSet, result, full, str);
230 addCaseMapping(foldSet, result, full, str);
233 addCaseMapping(foldSet, result, full, str);
243 foldSet.add(str); // does not map to code points: add the folded string itself
258 foldSet.add(str);
261 foldSet.add(str);
264 foldSet.add(str);
266 foldSet.add(str);
274 *this = foldSet;