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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java116 private boolean readWS; field in class:CSSParser
224 if (unitBuffer.length() > 0 && readWS) {
232 if (unitBuffer.length() > 0 && readWS) {
240 int nextChar = readWS();
381 if (readWS && unitBuffer.length() > 0) {
389 if (readWS && unitBuffer.length() > 0) {
434 if (unitBuffer.length() > 0 && readWS) {
443 if (unitBuffer.length() > 0 && readWS) {
451 if (unitBuffer.length() > 0 && readWS) {
472 readWS
815 private int readWS() throws IOException { method in class:CSSParser
[all...]

Completed in 29 milliseconds