Searched refs:UPPER_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.java39 public final static int UPPER_CASE = 1; field in class:StringComparable
107 if(diff[0] == UPPER_CASE){
169 diff[0] = UPPER_CASE;
174 diff[1] = UPPER_CASE;
179 if(((diff[0] == UPPER_CASE) && ( diff[1] == LOWER_CASE)) ||
180 ((diff[0] == LOWER_CASE) && ( diff[1] == UPPER_CASE))){

Completed in 20 milliseconds