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

/external/bison/lib/
H A 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
312 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
334 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
357 c = TOUPPER (c) - L_('A') + 10;
411 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltlocale.c30 #define TOUPPER(c) (c & ~0x20) macro
107 *q++ = TOUPPER(*p++);
170 *q++ = TOUPPER(*p++);
/external/libxslt/libxslt/
H A Dxsltlocale.c30 #define TOUPPER(c) (c & ~0x20) macro
107 *q++ = TOUPPER(*p++);
170 *q++ = TOUPPER(*p++);
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh544 static inline unsigned char TOUPPER (unsigned char c) function
/external/harfbuzz_ng/src/
H A Dhb-private.hh533 static inline unsigned char TOUPPER (unsigned char c) function

Completed in 809 milliseconds