Lines Matching refs:current
51 icu::UnicodeSet current;
64 current.set(i, i);
65 current.closeOver(USET_CASE_INSENSITIVE);
73 for (int32_t j = 0; j < current.getRangeCount(); j++) {
74 for (UChar32 c = current.getRangeStart(j); c <= current.getRangeEnd(j);
113 current.set(c, c);
114 current.closeOver(USET_CASE_INSENSITIVE);
115 current.removeAll(ignore);
116 for (int32_t j = 0; j < current.getRangeCount(); j++) {
117 for (UChar32 c2 = current.getRangeStart(j);
118 c2 <= current.getRangeEnd(j); c2++) {