Searched refs:nextCodePoint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontRunIterator.java120 int ch = nextCodePoint(lim);
123 while ((ch = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl);
143 final int nextCodePoint() { method in class:FontRunIterator
144 return nextCodePoint(limit);
147 final int nextCodePoint(int lim) { method in class:FontRunIterator
H A DScriptRun.java166 while ((ch = nextCodePoint()) != DONE) {
245 private final int nextCodePoint() { method in class:ScriptRun
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUCharacterIterator.java160 public int nextCodePoint(){ method in class:UCharacterIterator
H A DNormalizerImpl.java2711 while ((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java296 while((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){
444 while((ch=iter.nextCodePoint())!= UCharacterIterator.DONE){

Completed in 51 milliseconds