Home
last modified time | relevance | path

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

/external/syslinux/core/include/
Dctype.h9 static inline int toupper(int c) in toupper() function
/external/syslinux/gpxe/src/include/
Dctype.h22 static inline unsigned char toupper(unsigned char c) in toupper() function
/external/python/cpython2/Include/
Dbytes_methods.h70 #define toupper(c) undefined_toupper(c) macro
Dpyport.h739 #define toupper(c) towupper(btowc(c)) macro
/external/syslinux/com32/include/
Dctype.h109 __ctype_inline int toupper(int __c) in toupper() function
/external/libvpx/libvpx/build/make/
Dconfigure.sh248 toupper(){ function
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java203 public final int toupper(int c) { in toupper() method in UCaseProps
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java207 public final int toupper(int c) { in toupper() method in UCaseProps
/external/python/cpython2/Objects/stringlib/
Dformatter.h559 LocaleInfo *locale, int toupper) in fill_number()