Home
last modified time | relevance | path

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

12

/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.cmake16 string(TOUPPER "${library}" capitalized_lib)
17 string(TOUPPER "${LLVM_ALL_TARGETS}" targets)
69 string(TOUPPER "${LLVM_AVAILABLE_LIBS}" capitalized_libs)
137 string(TOUPPER "${c}" capitalized)
DChooseMSVCCRT.cmake64 string(TOUPPER "${build_type}" build)
79 string(TOUPPER "${build_type}" build)
DFindOCaml.cmake96 string(TOUPPER ${pkg} pkg)
DHandleLLVMOptions.cmake7 string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
81 string(TOUPPER "${LLVM_ABI_BREAKING_CHECKS}" uppercase_LLVM_ABI_BREAKING_CHECKS)
DAddLLVM.cmake216 string(TOUPPER "${build_mode}" CONFIG_SUFFIX)
603 string(TOUPPER ${nameUNDERSCORE} nameUPPER)
/external/compiler-rt/test/sanitizer_common/
DCMakeLists.txt18 string(TOUPPER ${tool} tool_toupper)
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/external/pcre/dist/cmake/
DFindPackageHandleStandardArgs.cmake32 STRING(TOUPPER ${_NAME} _NAME_UPPER)
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake34 STRING(TOUPPER ${_NAME} _NAME_UPPER)
/external/compiler-rt/test/asan/
DCMakeLists.txt37 string(TOUPPER ${arch} ARCH_UPPER_CASE)
/external/llvm/cmake/
Dconfig-ix.cmake120 string(TOUPPER ${library} library_suffix)
240 string(TOUPPER ${name} NAME)
/external/harfbuzz_ng/src/
Dhb-ot-tag.cc821 tag[i] = TOUPPER (s[i]); in hb_ot_tag_from_language()
Dhb-private.hh550 static inline unsigned char TOUPPER (unsigned char c) in TOUPPER() function
/external/libcxx/
DCMakeLists.txt201 string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
/external/libcxxabi/
DCMakeLists.txt252 string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
/external/pcre/dist/
DCMakeLists.txt400 string(TOUPPER ${_substitution_variable} _substitution_variable_upper)
914 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)
/external/llvm/
DCMakeLists.txt144 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/
Dconfigure7687 || toupper (i) != TOUPPER (i))
12193 || toupper (i) != TOUPPER (i))
/external/libcap-ng/libcap-ng-0.7/
Dconfigure7255 || toupper (i) != TOUPPER (i))
12128 || toupper (i) != TOUPPER (i))
/external/google-tv-pairing-protocol/cpp/
Dconfigure7721 || toupper (i) != TOUPPER (i))
14951 || toupper (i) != TOUPPER (i))
/external/libogg/
Dconfigure6671 || toupper (i) != TOUPPER (i))
11294 || toupper (i) != TOUPPER (i))
/external/google-breakpad/
Dconfigure5766 || toupper (i) != TOUPPER (i))

12