Lines Matching refs:set
435 icu::UnicodeSet set;
437 set.add(ranges->at(i).from(), ranges->at(i).to());
441 set.closeOver(USET_CASE_INSENSITIVE);
443 // Those are represented as strings in the set. Remove them so that
445 set.removeAllStrings();
446 for (int i = 0; i < set.getRangeCount(); i++) {
447 ranges->Add(CharacterRange::Range(set.getRangeStart(i), set.getRangeEnd(i)),
1225 // This is the set of characters matched by the $ and ^ symbols
1265 // Compute the set of additional characters that should be added,