Home
last modified time | relevance | path

Searched refs:TOUPPER (Results 1 – 25 of 36) sorted by relevance

12

/external/bison/lib/
Dstrtol.c207 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
211 # define TOUPPER(Ch) towupper (Ch) macro
225 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
229 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
326 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) in INTERNAL()
348 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) in INTERNAL()
371 c = TOUPPER (c) - L_('A') + 10; in INTERNAL()
425 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X') in INTERNAL()
/external/llvm/cmake/modules/
DLLVM-Config.cmake29 string(TOUPPER "${library}" capitalized_lib)
30 string(TOUPPER "${LLVM_ALL_TARGETS}" targets)
70 string(TOUPPER "${llvm_libs}" capitalized_libs)
135 string(TOUPPER "${c}" capitalized)
DChooseMSVCCRT.cmake64 string(TOUPPER "${build_type}" build)
79 string(TOUPPER "${build_type}" build)
/external/libxslt/libxslt/
Dxsltlocale.c30 #define TOUPPER(c) (c & ~0x20) macro
107 *q++ = TOUPPER(*p++); in xsltNewLocale()
170 *q++ = TOUPPER(*p++); in xsltNewLocale()
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/external/bluetooth/glib/glib/
Dgstrfuncs.c703 #define TOUPPER(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c)) in g_parse_long_long() macro
744 if ((base == 0 || base == 16) && TOUPPER (s[1]) == 'X') in g_parse_long_long()
768 c = TOUPPER (c) - 'A' + 10; in g_parse_long_long()
807 if (save - nptr >= 2 && TOUPPER (save[-1]) == 'X' in g_parse_long_long()
/external/webkit/Tools/android/flex-2.5.4a/
Dconfigure875 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1001 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/external/llvm/cmake/
Dconfig-ix.cmake223 string(TOUPPER ${name} NAME)
/external/llvm/
DCMakeLists.txt64 string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
/external/dbus/cmake/
DCMakeLists.txt263 STRING(TOUPPER ${CMAKE_SYSTEM_NAME} sysname)
/external/libpng/
Dconfigure7192 || toupper (i) != TOUPPER (i))
11022 || toupper (i) != TOUPPER (i))
/external/genext2fs/
Dconfigure4130 || toupper (i) != TOUPPER (i))
/external/liblzf/
Dconfigure4654 || toupper (i) != TOUPPER (i))
/external/libpcap/
Dconfigure3971 || toupper (i) != TOUPPER (i))
/external/grub/
Dconfigure5167 || toupper (i) != TOUPPER (i))
/external/dropbear/
Dconfigure3637 || toupper (i) != TOUPPER (i))
4971 || toupper (i) != TOUPPER (i))
/external/protobuf/
Dconfigure4717 || toupper (i) != TOUPPER (i))
15609 || toupper (i) != TOUPPER (i))
/external/libmtp/
Dconfigure7171 || toupper (i) != TOUPPER (i))
12833 || toupper (i) != TOUPPER (i))
/external/icu4c/
Dconfigure.orig4560 || toupper (i) != TOUPPER (i))
Dconfigure4574 || toupper (i) != TOUPPER (i))
/external/expat/
Dconfigure4350 || toupper (i) != TOUPPER (i))
19545 || toupper (i) != TOUPPER (i))
/external/srtp/
Dconfigure3221 || toupper (i) != TOUPPER (i))
/external/libffi/
Dconfigure5235 || toupper (i) != TOUPPER (i))
20801 || toupper (i) != TOUPPER (i))
/external/chromium/sdch/open-vcdiff/
Dconfigure5356 || toupper (i) != TOUPPER (i))
19905 || toupper (i) != TOUPPER (i))
/external/libusb/
Dconfigure6724 || toupper (i) != TOUPPER (i))

12