Searched refs:iswctype_l (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h55 extern "C" __typeof(iswctype_l) __iswctype_l;
/openbsd-current/lib/libc/hidden/
H A Dwctype.h32 PROTO_DEPRECATED(iswctype_l); variable
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h36 extern "C" __typeof(iswctype_l) __iswctype_l;
/openbsd-current/lib/libc/locale/
H A DMakefile.inc10 isctype_l.c iswctype.c iswctype_l.c wctype.c \
H A Diswctype_l.c1 /* $OpenBSD: iswctype_l.c,v 1.3 2024/02/04 12:46:01 jca Exp $ */
198 iswctype_l(wint_t c, wctype_t charclass, locale_t locale) function
/openbsd-current/include/
H A Dwctype.h97 int iswctype_l(wint_t, wctype_t, locale_t);
/openbsd-current/regress/lib/libc/locale/uselocale/
H A Duselocale.c138 TESTFUNC(iswctype_l, int, "U+%.4X, %p, %p", "%d", 0)
319 TEST_R(iswctype_l, 1, 0x00D0, wctyu, _LOCALE_UTF8);
320 TEST_R(iswctype_l, 0, 0x00D0, wctyc, _LOCALE_C);
322 TEST_R(iswctype_l, 1, 0x0393, wctyu, _LOCALE_UTF8);
323 TEST_R(iswctype_l, 0, 0x0393, wctyc, _LOCALE_C);
325 TEST_R(iswctype_l, 0, 0x2205, wctyu, _LOCALE_UTF8);
326 TEST_R(iswctype_l, 0, 0x2205, wctyc, _LOCALE_C);
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp1361 return static_cast<bool>(iswctype_l(c, m, __l_));
1429 if (iswctype_l(*low, m, __l_))
1454 if (!iswctype_l(*low, m, __l_))

Completed in 130 milliseconds