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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java2931 else if ((found & 8) == 0 && isPosition(string)) {
2932 if (index < count && isPosition(strings[index])) {
2988 static boolean isPosition(String string) { method in class:CSS.ShorthandBackgroundParser

Completed in 38 milliseconds