Searched refs:iswctype (Results 1 – 24 of 24) sorted by relevance
/third_party/musl/src/ctype/ |
D | iswctype.c | 17 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/ |
D | iswctype.c | 24 int result = iswctype(ch, wt); in iswctype_test()
|
D | test_src_functionalext_supplement_ctype.gni | 27 "iswctype",
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwctype | 17 using ::iswctype;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 192 int iswctype(wint_t, wctype_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 190 int iswctype(wint_t, wctype_t);
|
/third_party/musl/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 190 int iswctype(wint_t, wctype_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 192 int iswctype(wint_t, wctype_t);
|
/third_party/musl/ndk_musl_include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 179 int iswctype(wint_t, wctype_t);
|
/third_party/musl/src/regex/ |
D | fnmatch.c | 145 if (iswctype(k, wctype(buf)) || in match_bracket() 146 iswctype(kfold, wctype(buf))) in match_bracket()
|
D | tre.h | 74 #define tre_isctype iswctype
|
/third_party/musl/libc-test/src/api/ |
D | wctype.c | 18 {int(*p)(wint_t,wctype_t) = iswctype;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | tre.h | 75 #define tre_isctype iswctype
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | tre.h | 75 #define tre_isctype iswctype
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | tre.h | 75 #define tre_isctype iswctype
|
/third_party/boost/boost/regex/config/ |
D | cwchar.hpp | 41 #undef iswctype
|
/third_party/boost/boost/xpressive/traits/detail/ |
D | c_ctype.hpp | 314 if(0 != iswctype(ch, mask)) in isctype() 688 if(0 != iswctype(ch, mask)) in isctype()
|
/third_party/musl/ |
D | libc.map.txt | 985 iswctype;
|
D | musl_src.gni | 310 "src/ctype/iswctype.c",
|