Home | History | Annotate | Download | only in perf

Lines Matching defs:it

24     UnicodeSetIterator it;
40 it = new UnicodeSetIterator(testChars);
49 it.reset();
51 while (it.nextRange()) {
52 for (int cp = it.codepoint; cp <= it.codepointEnd; ++cp) {
69 it.reset();
71 while (it.nextRange()) {
72 for (int cp = it.codepoint; cp <= it.codepointEnd; ++cp) {
107 it.reset();
108 while (it.next()) {
109 hs.add(new Integer(it.codepoint));
145 it.reset();
146 while (it.next()) {
147 hs.add(new Integer(it.codepoint));