Searched refs:chpos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DScannerInputReader.java63 private long chpos; field in class:ScannerInputReader
81 chpos = Scanner.LINEINC;
130 pos = chpos;
131 chpos += Scanner.OFFSETINC;
175 chpos += Scanner.OFFSETINC;
177 chpos += Scanner.OFFSETINC;
182 for (int i = 0 ; i < 4 ; i++, chpos += Scanner.OFFSETINC, c = getNextChar()) {
211 chpos += Scanner.LINEINC;
217 chpos += Scanner.OFFSETINC;
219 chpos
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DEncoder.java2481 private void encodeCharacterAsUtf8FourByte(int c, char[] ch, int chpos, int chend, int bpos) throws IOException { argument
2482 if (chpos == chend) {
2486 final char d = ch[chpos];

Completed in 39 milliseconds