Home
last modified time | relevance | path

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

123

/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
312 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) in INTERNAL()
334 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) in INTERNAL()
357 c = TOUPPER (c) - L_('A') + 10; in INTERNAL()
411 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X') in INTERNAL()
/external/llvm/cmake/modules/
DLLVM-Config.cmake44 string(TOUPPER "${library}" capitalized_lib)
45 string(TOUPPER "${LLVM_ALL_TARGETS}" targets)
85 string(TOUPPER "${llvm_libs}" capitalized_libs)
150 string(TOUPPER "${c}" capitalized)
DChooseMSVCCRT.cmake64 string(TOUPPER "${build_type}" build)
79 string(TOUPPER "${build_type}" build)
DAddLLVM.cmake145 string(TOUPPER ${nameUNDERSCORE} nameUPPER)
/external/libxslt/libxslt/
Dxsltlocale.c30 #define TOUPPER(c) (c & ~0x20) macro
107 *q++ = TOUPPER(*p++); in xsltNewLocale()
170 *q++ = TOUPPER(*p++); in xsltNewLocale()
/external/chromium_org/third_party/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/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake34 STRING(TOUPPER ${_NAME} _NAME_UPPER)
/external/harfbuzz_ng/src/
Dhb-ot-tag.cc635 tag[i] = TOUPPER (s[i]); in hb_ot_tag_from_language()
Dhb-private.hh533 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-tag.cc635 tag[i] = TOUPPER (s[i]); in hb_ot_tag_from_language()
Dhb-private.hh544 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function
/external/llvm/cmake/
Dconfig-ix.cmake239 string(TOUPPER ${name} NAME)
/external/llvm/
DCMakeLists.txt67 string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
/external/iputils/ninfod/
Dconfigure3462 || toupper (i) != TOUPPER (i))
/external/marisa-trie/
Dconfigure4592 || toupper (i) != TOUPPER (i))
/external/libpng/
Dconfigure7192 || toupper (i) != TOUPPER (i))
11022 || toupper (i) != TOUPPER (i))
/external/libcap-ng/libcap-ng-0.7/
Dconfigure7255 || toupper (i) != TOUPPER (i))
12128 || toupper (i) != TOUPPER (i))
/external/genext2fs/
Dconfigure4130 || toupper (i) != TOUPPER (i))
/external/chromium_org/third_party/libxml/src/
Dconfigure4756 || toupper (i) != TOUPPER (i))
12049 || toupper (i) != TOUPPER (i))
/external/libogg/
Dconfigure6671 || toupper (i) != TOUPPER (i))
11294 || toupper (i) != TOUPPER (i))
/external/stressapptest/
Dconfigure4937 || toupper (i) != TOUPPER (i))
/external/liblzf/
Dconfigure4654 || toupper (i) != TOUPPER (i))
/external/open-vcdiff/
Dconfigure7260 || toupper (i) != TOUPPER (i))
14489 || toupper (i) != TOUPPER (i))
/external/chromium_org/sdch/open-vcdiff/
Dconfigure7260 || toupper (i) != TOUPPER (i))
14489 || toupper (i) != TOUPPER (i))

123