Home
last modified time | relevance | path

Searched defs:islower (Results 1 – 25 of 40) sorted by relevance

12

/external/musl/src/ctype/
Dislower.c4 int islower(int c) in islower() function
/external/trusty/musl/src/ctype/
Dislower.c4 int islower(int c) in islower() function
/external/coreboot/src/include/
Dctype.h39 static inline int islower(int c) in islower() function
/external/llvm-libc/src/__support/
Dctype_utils.h40 LIBC_INLINE static constexpr bool islower(int ch) { in islower() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dctype_utils.h40 LIBC_INLINE static constexpr bool islower(int ch) { in islower() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dctype_utils.h40 LIBC_INLINE static constexpr bool islower(int ch) { in islower() function
/external/trusty/musl/include/
Dctype.h36 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/external/musl/include/
Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/external/trusty/lk/lib/libc/
Dctype.c35 int islower(int c) in islower() function
/external/cronet/stable/third_party/llvm-libc/src/utils/docgen/
Dctype.json21 "islower": { object
/external/cronet/tot/third_party/llvm-libc/src/utils/docgen/
Dctype.json21 "islower": { object
/external/coreboot/payloads/libpayload/libc/
Dctype.c66 int islower(int c) in islower() function
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_encoding/
Dstandard.hpp100 islower(int ch) in islower() function
Dunicode.hpp85 islower(char_type ch) in islower() function
Dascii.hpp256 islower(int ch) in islower() function
Diso8859_1.hpp643 islower(int ch) in islower() function
Dstandard_wide.hpp114 islower(wchar_t ch) in islower() function
/external/python/cpython3/Lib/curses/
Dascii.py61 def islower(c): return 97 <= _ctoi(c) <= 122 function
/external/python/cpython3/Lib/collections/
D__init__.py1509 def islower(self): member in UserString
/external/rust/android-crates-io/crates/libc/src/windows/
Dmod.rs300 pub fn islower(c: c_int) -> c_int; in islower() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/
Dmod.rs300 pub fn islower(c: c_int) -> c_int; in islower() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/
Dmod.rs300 pub fn islower(c: c_int) -> c_int; in islower() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/
Dmod.rs464 pub fn islower(c: c_int) -> c_int; in islower() function
/external/rust/android-crates-io/crates/libc/src/unix/
Dmod.rs454 pub fn islower(c: c_int) -> c_int; in islower() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/
Dmod.rs464 pub fn islower(c: c_int) -> c_int; in islower() function

12