Searched defs:extraChar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java363 * Parses identifiers until <code>extraChar</code> is encountered,
364 * returning the ending token, which will be IDENTIFIER if extraChar
367 private int parseIdentifiers(char extraChar, argument
374 nextToken = nextToken(extraChar);
379 if (tokenBuffer[tokenBufferLength - 1] == extraChar) {

Completed in 30 milliseconds