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

/openbsd-current/lib/libc/hidden/
H A Dwctype.h42 PROTO_DEPRECATED(iswpunct_l); variable
/openbsd-current/include/
H A Dwctype.h93 int iswpunct_l(wint_t, locale_t);
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h75 inline _LIBCPP_HIDE_FROM_ABI_C int iswpunct_l(wint_t __c, locale_t) { return ::iswpunct(__c); } function
/openbsd-current/lib/libc/locale/
H A Diswctype_l.c131 iswpunct_l(wint_t c, locale_t locale) function
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h254 #define iswpunct_l _iswpunct_l macro
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp1372 if ((m & punct) == punct) result |= (iswpunct_l(ch, __l_) != 0);
1408 if (iswpunct_l(ch, __l_))
1440 if ((m & punct) == punct && iswpunct_l(ch, __l_)) break;
1465 if ((m & punct) == punct && iswpunct_l(ch, __l_)) continue;

Completed in 179 milliseconds