Searched refs:isupper (Results 1 – 19 of 19) sorted by relevance
223 (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()
24 { "upper", isupper },
68 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isupper_y, isupper('X'));69 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isupper_n, isupper('x'));
78 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in StrToI()141 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in StrToU()
75 return isupper(c); in isupper_l()
63 int iswupper(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_UPPERCASE, isupper); } in iswupper()
251 TEST(ctype, isupper) { in TEST() argument254 EXPECT_TRUE(isupper(i)) << i; in TEST()256 EXPECT_FALSE(isupper(i)) << i; in TEST()
55 FUNCTION(isupper, int (*f)(int)); in ctype_h()
87 if (isascii(ch) && isupper(ch)) in ns_format_ttl()
390 if (isascii(c) && isupper(c)) in ns_name_ntol()
125 __BIONIC_CTYPE_INLINE int isupper(int __ch) { in isupper() function
658 if (isupper(c)) { in _add()
290 if (isupper(c)) flags |= LONG; in __svfscanf()
635 CALL(isupper)
11169 CALL(isupper)
450 isupper
1031 if (isupper(ch)) in othercase()
559 isupper;