Home
last modified time | relevance | path

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

12

/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/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/uniproton/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.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/include/
Dwctype.h39 int iswctype(wint_t, wctype_t);
Dwchar.h192 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/musl/
Dlibc.map.txt1000 iswctype;
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi1050 <!-- int iswctype(wint_t, wctype_t) -->
1051 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
Dlibtest24-drop-fns.so.abi1223 <!-- int iswctype(wint_t, wctype_t) -->
1224 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
Dlibtest24-drop-fns-2.so.abi1223 <!-- int iswctype(wint_t, wctype_t) -->
1224 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi627 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
Dlibtest24-drop-fns.so.abi755 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…

12