Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
H A Dctype.c267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A) macro
287 return ASCII_IS_LOWER(a); in ossl_islower()
307 return ASCII_IS_LOWER(a) ? c ^ case_change : c; in ossl_toupper()
/third_party/openssl/crypto/
H A Dctype.c267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A) macro
287 return ASCII_IS_LOWER(a); in ossl_islower()
307 return ASCII_IS_LOWER(a) ? c ^ case_change : c; in ossl_toupper()

Completed in 2 milliseconds