Home
last modified time | relevance | path

Searched defs:iswupper (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/ctype/
Diswupper.c3 int iswupper(wint_t wc) in iswupper() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dwctype.h143 #define iswupper(_c) (iswctype(_c,_UPPER)) macro
158 __CRT_INLINE int __cdecl iswupper(wint_t _C) {return (iswctype(_C,_UPPER)); } in iswupper() function
Dctype.h241 #define iswupper(_c) (iswctype(_c,_UPPER)) macro
Dwchar.h377 #define iswupper(_c) (iswctype(_c,_UPPER)) macro
/third_party/libxml2/
Dtrio.c185 # define iswupper(x) isupper(x) macro