Searched defs:tolower (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/charset/Charset/
H A Ddefault.sh51 tolower() { function
70 elif [ "`tolower $cs`" != "`tolower $ecs`" ]; then
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h77 #ifndef tolower
78 #define tolower(x) (isupper(x) ? (x) + 'a' - 'A' : (x)) macro

Completed in 31 milliseconds