Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytes_methods.h70 #define toupper(c) undefined_toupper(c) macro
Dpyport.h739 #define toupper(c) towupper(btowc(c)) macro
/external/u-boot/include/linux/
Dctype.h58 #define toupper(c) __toupper(c) macro
/external/libvpx/libvpx/build/make/
Dconfigure.sh248 toupper(){ function
/external/python/cpython3/Include/
Dpyport.h593 #define toupper(c) towupper(btowc(c)) macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java211 public final int toupper(int c) { in toupper() method in UCaseProps
/external/icu/icu4j/main/classes/core/src/com/ibm/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()
/external/python/cpython3/Python/
Dformatter_unicode.c600 LocaleInfo *locale, int toupper) in fill_number()