Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/core/include/
Dctype.h17 static inline int tolower(int c) in tolower() function
/external/syslinux/gpxe/src/include/
Dctype.h15 static inline unsigned char tolower(unsigned char c) in tolower() function
/external/python/cpython2/Include/
Dbytes_methods.h68 #define tolower(c) undefined_tolower(c) macro
Dpyport.h737 #define tolower(c) towlower(btowc(c)) macro
/external/syslinux/com32/include/
Dctype.h114 __ctype_inline int tolower(int __c) in tolower() function
/external/libvpx/libvpx/build/make/
Dconfigure.sh252 tolower(){ function
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h151 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java187 public final int tolower(int c) { in tolower() method in UCaseProps
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java191 public final int tolower(int c) { in tolower() method in UCaseProps
/external/valgrind/coregrind/
Dm_libcbase.c249 HChar VG_(tolower) ( HChar c ) in VG_() argument