Lines Matching defs:others
1250 icu::UnicodeSet others;
1262 others.add(from, to);
1277 icu::UnicodeSet already_added(others);
1278 others.removeAll(RegExpCaseFolding::IgnoreSet());
1279 others.closeOver(USET_CASE_INSENSITIVE);
1280 others.removeAll(RegExpCaseFolding::IgnoreSet());
1281 others.removeAll(already_added);
1283 // Add others to the ranges
1284 for (int32_t i = 0; i < others.getRangeCount(); i++) {
1285 UChar32 from = others.getRangeStart(i);
1286 UChar32 to = others.getRangeEnd(i);