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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java512 * stopping when <code>stopChar</code>, whitespace, or one of {}()[] is
517 private boolean getIdentifier(char stopChar) throws IOException { argument
523 int intStopChar = (int)stopChar;
634 * Reads till a <code>stopChar</code> is encountered, escaping characters
637 private void readTill(char stopChar) throws IOException { argument
643 int intStopChar = (int)stopChar;
674 throw new RuntimeException("Unclosed " + stopChar);

Completed in 30 milliseconds