Home
last modified time | relevance | path

Searched refs:isupper (Results 1 – 19 of 19) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c223 (isupper((unsigned char)**string) || in fnmatch_ch()
224 isupper((unsigned char)*startch) || in fnmatch_ch()
225 isupper((unsigned char)**pattern)) && in fnmatch_ch()
239 else if (nocase && (isupper((unsigned char)**string) || in fnmatch_ch()
240 isupper((unsigned char)**pattern)) && in fnmatch_ch()
266 else if (nocase && (isupper((unsigned char)**string) || in fnmatch_ch()
267 isupper((unsigned char)**pattern)) && in fnmatch_ch()
Dcharclass.h24 { "upper", isupper },
/bionic/benchmarks/
Dctype_benchmark.cpp68 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isupper_y, isupper('X'));
69 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isupper_n, isupper('x'));
/bionic/libc/bionic/
Dstrtol.cpp78 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in StrToI()
141 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in StrToU()
Dctype.cpp75 return isupper(c); in isupper_l()
Dwctype.cpp63 int iswupper(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_UPPERCASE, isupper); } in iswupper()
/bionic/tests/
Dctype_test.cpp251 TEST(ctype, isupper) { in TEST() argument
254 EXPECT_TRUE(isupper(i)) << i; in TEST()
256 EXPECT_FALSE(isupper(i)) << i; in TEST()
/bionic/tests/headers/posix/
Dctype_h.c55 FUNCTION(isupper, int (*f)(int)); in ctype_h()
/bionic/libc/dns/nameser/
Dns_ttl.c87 if (isascii(ch) && isupper(ch)) in ns_format_ttl()
Dns_name.c390 if (isascii(c) && isupper(c)) in ns_name_ntol()
/bionic/libc/include/bits/
Dctype_inlines.h125 __BIONIC_CTYPE_INLINE int isupper(int __ch) { in isupper() function
/bionic/libc/tzcode/
Dstrftime.c658 if (isupper(c)) { in _add()
/bionic/libc/stdio/
Dvfscanf.cpp290 if (isupper(c)) flags |= LONG; in __svfscanf()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_149.S635 CALL(isupper)
Dliblinker_reloc_bench_063.S11169 CALL(isupper)
/bionic/libc/tools/
Dposix-2013.txt450 isupper
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1031 if (isupper(ch)) in othercase()
/bionic/tools/versioner/platforms/
Dlibc.map.txt559 isupper;
/bionic/libc/
Dlibc.map.txt559 isupper;