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

/openjdk7/jdk/src/share/classes/javax/print/
H A DMimeType.java319 protected int myCurrentIndex; field in class:MimeType.LexicalAnalyzer
327 myCurrentIndex = 0;
355 if (myCurrentIndex >= mySourceLength) {
361 (c = mySource.charAt (myCurrentIndex ++))) {
365 myLexemeBeginIndex = myCurrentIndex;
376 myLexemeBeginIndex = myCurrentIndex - 1;
377 myLexemeEndIndex = myCurrentIndex;
381 myLexemeBeginIndex = myCurrentIndex - 1;
387 if (myCurrentIndex >= mySourceLength) {
392 } else if ((c = mySource.charAt (myCurrentIndex
[all...]

Completed in 41 milliseconds