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

/openjdk9/jdk/src/java.desktop/share/native/liblcms/
H A Dcmserr.c70 register const unsigned char *us1 = (const unsigned char *)s1, local
73 while (toupper(*us1) == toupper(*us2++))
74 if (*us1++ == '\0')
77 return (toupper(*us1) - toupper(*--us2));

Completed in 83 milliseconds