Home
last modified time | relevance | path

Searched defs:TOUPPER (Results 1 – 6 of 6) sorted by relevance

/external/bison/lib/
Dstrtol.c198 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
202 # define TOUPPER(Ch) towupper (Ch) macro
211 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
215 # define TOUPPER(Ch) toupper (Ch) macro
/external/libxslt/libxslt/
Dxsltlocale.c30 #define TOUPPER(c) (c & ~0x20) macro
/external/chromium_org/third_party/libxslt/libxslt/
Dxsltlocale.c30 #define TOUPPER(c) (c & ~0x20) macro
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/external/harfbuzz_ng/src/
Dhb-private.hh533 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-private.hh544 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function