Home
last modified time | relevance | path

Searched refs:iswctype (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/src/ctype/
Diswctype.c17 int iswctype(wint_t wc, wctype_t type) in iswctype() function
66 return iswctype(c, t); in __iswctype_l()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Diswctype.c24 int result = iswctype(ch, wt); in iswctype_test()
Dtest_src_functionalext_supplement_ctype.gni27 "iswctype",
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwctype17 using ::iswctype;
/third_party/musl/porting/liteos_m/kernel/include/
Dwctype.h39 int iswctype(wint_t, wctype_t);
Dwchar.h192 int iswctype(wint_t, wctype_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwctype.h39 int iswctype(wint_t, wctype_t);
Dwchar.h190 int iswctype(wint_t, wctype_t);
/third_party/musl/include/
Dwctype.h39 int iswctype(wint_t, wctype_t);
Dwchar.h190 int iswctype(wint_t, wctype_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwctype.h39 int iswctype(wint_t, wctype_t);
Dwchar.h192 int iswctype(wint_t, wctype_t);
/third_party/musl/ndk_musl_include/
Dwctype.h39 int iswctype(wint_t, wctype_t);
Dwchar.h179 int iswctype(wint_t, wctype_t);
/third_party/musl/src/regex/
Dfnmatch.c145 if (iswctype(k, wctype(buf)) || in match_bracket()
146 iswctype(kfold, wctype(buf))) in match_bracket()
Dtre.h74 #define tre_isctype iswctype
/third_party/musl/libc-test/src/api/
Dwctype.c18 {int(*p)(wint_t,wctype_t) = iswctype;} in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h75 #define tre_isctype iswctype
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h75 #define tre_isctype iswctype
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h75 #define tre_isctype iswctype
/third_party/boost/boost/regex/config/
Dcwchar.hpp41 #undef iswctype
/third_party/boost/boost/xpressive/traits/detail/
Dc_ctype.hpp314 if(0 != iswctype(ch, mask)) in isctype()
688 if(0 != iswctype(ch, mask)) in isctype()
/third_party/musl/
Dlibc.map.txt985 iswctype;
Dmusl_src.gni310 "src/ctype/iswctype.c",