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

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h54 #undef tolower macro
71 #define tolower tolower_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h51 #define tolower(c) __tolower(c) macro
/external/stlport/stlport/
H A Dctype.h63 # undef tolower macro
/external/libvpx/build/make/
H A Dconfigure.sh233 tolower(){ function
/external/linux-tools-perf/util/
H A Dutil.h234 #undef tolower macro
254 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro
/external/stlport/stlport/stl/
H A D_ctype.h96 char (tolower)(char __c) const { return do_tolower(__c); } function in class:ctype
97 const char* (tolower)(char* __low, const char* __high) const { function in class:ctype
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } function in class:ctype
203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h150 #undef tolower macro
151 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c216 Char VG_(tolower) ( Char c ) function
320 UChar c1 = (UChar)VG_(tolower)(*s1);
321 UChar c2 = (UChar)VG_(tolower)(*s2);
356 c1 = (UChar)VG_(tolower)(*s1);
357 c2 = (UChar)VG_(tolower)(*s2);
/external/grub/stage2/
H A Dshared.h371 #define tolower grub_tolower macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 356 milliseconds