Searched refs:iswctype (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dwctype.h38 int iswctype(wint_t, wctype_t);
H A Dwchar.h168 int iswctype(wint_t, wctype_t);
/fuchsia/zircon/third_party/ulib/musl/src/ctype/
H A Diswctype.c17 int iswctype(wint_t wc, wctype_t type) { function
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dtre.h74 /* Use system provided iswctype() and wctype(). */
76 #define tre_isctype iswctype
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dfnmatch.c152 if (iswctype(k, wctype(buf)) || iswctype(kfold, wctype(buf)))
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk204 $(LOCAL_DIR)/src/ctype/iswctype.c \

Completed in 36 milliseconds