Searched defs:nextCodePoint (Results 1 - 3 of 3) 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

Completed in 31 milliseconds