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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DStringComparable.java40 public final static int LOWER_CASE = 2; field in class:StringComparable
113 if(diff[0] == LOWER_CASE){
171 diff[0] = LOWER_CASE;
176 diff[1] = LOWER_CASE;
179 if(((diff[0] == UPPER_CASE) && ( diff[1] == LOWER_CASE)) ||
180 ((diff[0] == LOWER_CASE) && ( diff[1] == UPPER_CASE))){

Completed in 87 milliseconds