Home | History | Annotate | Download | only in iterator

Lines Matching refs:charAt

91         if (iterator.current() != ITERATION_STRING_.charAt(0)) {
95 if (iterator.previous() != ITERATION_STRING_.charAt(
158 if (iter.currentCodePoint() != UTF16.charAt(text,1))
166 if(c != UTF16.charAt(text,1) || i!=1)
167 errln("moveCodePointIndex(1) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,1)) + " i= " + i);
171 if(c != UTF16.charAt(text,4) || i!=4)
172 errln("moveCodePointIndex(2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,4)) + " i= " + i);
176 if(c != UTF16.charAt(text,1) || i!=1)
177 errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,1)) + " i= " + i);
182 if(c != UTF16.charAt(text,(text.length()-3)) || i!=(text.length()-3))
183 errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,(text.length()-3)) ) + " i= " + i);
193 if(c != UTF16.charAt(text,i))
194 errln("first32PostInc failed. Expected->"+hex(UTF16.charAt(text,i))+" Got-> "+hex(c));
208 if(c != UTF16.charAt(text,i))
209 errln("Character mismatch at position "+i+", iterator has "+hex(c)+", string has "+hex(UTF16.charAt(text,i)));
215 if( c!=UCharacterIterator.DONE && c != UTF16.charAt(text,i))
362 m=moves.charAt(movesIndex++);
408 m=moves.charAt(movesIndex++);