/external/libcxx/test/std/localization/locales/locale.convenience/classification/ |
D | isupper.pass.cpp | 20 assert(!std::isupper(' ', l)); in main() 21 assert(!std::isupper('<', l)); in main() 22 assert(!std::isupper('\x8', l)); in main() 23 assert( std::isupper('A', l)); in main() 24 assert(!std::isupper('a', l)); in main() 25 assert(!std::isupper('z', l)); in main() 26 assert(!std::isupper('3', l)); in main() 27 assert(!std::isupper('.', l)); in main() 28 assert(!std::isupper('f', l)); in main() 29 assert(!std::isupper('9', l)); in main() [all …]
|
/external/libcxx/test/std/strings/c.strings/ |
D | cctype.pass.cpp | 58 #ifdef isupper 59 #error isupper defined 87 ASSERT_SAME_TYPE(int, decltype(std::isupper(0))); in main() 102 assert(!std::isupper('a')); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | ctype_h.pass.cpp | 56 #ifdef isupper 57 #error isupper defined 84 static_assert((std::is_same<decltype(isupper(0)), int>::value), ""); in main() 99 assert(!isupper('a')); in main()
|
/external/python/cpython2/Tools/pybench/ |
D | Strings.py | 481 s.isupper() 489 s.isupper() 497 s.isupper() 505 s.isupper() 513 s.isupper() 521 s.isupper() 529 s.isupper() 537 s.isupper() 545 s.isupper() 553 s.isupper()
|
D | Unicode.py | 404 s.isupper() 414 s.isupper() 424 s.isupper() 434 s.isupper() 444 s.isupper()
|
/external/libcxx/include/ |
D | cctype | 30 int isupper(int c); 87 #ifdef isupper 88 #undef isupper 114 using ::isupper;
|
D | ctype.h | 53 #undef isupper
|
/external/iperf3/src/ |
D | units.c | 276 if (!isupper((int) inFormat)) in unit_snprintf() 304 if (isupper((int) inFormat)) in unit_snprintf() 323 if (!isupper((int) inFormat)) in unit_snprintf()
|
/external/clang/test/Sema/ |
D | libbuiltins-ctype-powerpc64.c | 13 int isupper(int); 40 (void)isupper(x); in test()
|
D | libbuiltins-ctype-x86_64.c | 13 int isupper(int); 40 (void)isupper(x); in test()
|
/external/libtextclassifier/utils/i18n/ |
D | locale.cc | 53 if (!std::isupper(script[0])) { in CheckScript() 69 return std::isupper(region[0]) && std::isupper(region[1]); in CheckRegion()
|
/external/u-boot/include/linux/ |
D | ctype.h | 31 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro 45 if (isupper(c)) in __tolower()
|
/external/python/cpython2/Lib/curses/ |
D | ascii.py | 55 def isalpha(c): return isupper(c) or islower(c) 65 def isupper(c): return 65 <= _ctoi(c) <= 90 function
|
/external/python/cpython3/Lib/curses/ |
D | ascii.py | 55 def isalpha(c): return isupper(c) or islower(c) 65 def isupper(c): return 65 <= _ctoi(c) <= 90 function
|
/external/llvm/test/CodeGen/X86/ |
D | ragreedy-bug.ll | 4 ; We make sure register copies are not generated on isupper.exit blocks. 6 ; CHECK: isupper.exit 10 ; CHECK: isupper.exit 59 br label %isupper.exit 64 br label %isupper.exit 65 isupper.exit: 81 br label %isupper.exit223 86 br label %isupper.exit223 87 isupper.exit223:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | ragreedy-bug.ll | 4 ; We make sure register copies are not generated on isupper.exit blocks. 6 ; isupper.exit and isupper.exit223 get tail-duplicated into all their 77 br label %isupper.exit 82 br label %isupper.exit 83 isupper.exit: 99 br label %isupper.exit223 104 br label %isupper.exit223 105 isupper.exit223:
|
/external/python/cpython2/Include/ |
D | bytes_methods.h | 49 #undef isupper 50 #define isupper(c) undefined_isupper(c) macro
|
/external/e2fsprogs/misc/ |
D | util.c | 58 if (isupper (ch1)) in strcasecmp() 60 if (isupper (ch2)) in strcasecmp()
|
/external/python/cpython3/Lib/ |
D | socket.py | 76 lambda C: C.isupper() and C.startswith('AF_')) 81 lambda C: C.isupper() and C.startswith('SOCK_')) 86 lambda C: C.isupper() and C.startswith('MSG_')) 91 lambda C: C.isupper() and C.startswith('AI_'))
|
/external/openssh/openbsd-compat/ |
D | charclass.h | 26 { "upper", isupper },
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | ragreedy-csr.ll | 64 br label %isupper.exit 69 br label %isupper.exit 70 isupper.exit: 86 br label %isupper.exit223 91 br label %isupper.exit223 92 isupper.exit223:
|
/external/llvm/test/CodeGen/AArch64/ |
D | ragreedy-csr.ll | 64 br label %isupper.exit 69 br label %isupper.exit 70 isupper.exit: 86 br label %isupper.exit223 91 br label %isupper.exit223 92 isupper.exit223:
|
/external/python/cpython3/Lib/test/ |
D | test_errno.py | 29 if attribute.isupper():
|
/external/libchrome/third_party/jinja2/ |
D | defaults.py | 56 __all__ = tuple(x for x in locals().keys() if x.isupper())
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | dependency_util.py | 38 assert version.isupper(), (
|