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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h68 #ifndef islower
69 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro
72 #define isalpha(x) (isupper(x) || islower(x))
75 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x))
H A Dmpi.c4609 else if(islower(xch))
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c499 if (islower(*u)) {

Completed in 56 milliseconds