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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c164 #undef iswctype macro
166 iswctype(wint_t c, wctype_t charclass) function
169 * SUSv3: If charclass is 0, iswctype() shall return 0.
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h34 int iswctype (wint_t, wctype_t);
248 use as the second argument to the iswctype function.
250 The following strings name classes of wide characters that the iswctype
271 is valid as the second argument to the iswctype function;
281 @return The iswctype function returns nonzero (TRUE) if and only if the
284 int iswctype (wint_t WC, wctype_t Wct);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwctype.h68 int __cdecl iswctype(wint_t,wctype_t);
H A Dctype.h62 int __cdecl iswctype(wint_t,wctype_t);
H A Dwchar.h242 int __cdecl iswctype(wint_t,wctype_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwctype.h68 int __cdecl iswctype(wint_t,wctype_t);
H A Dctype.h72 int __cdecl iswctype(wint_t,wctype_t);
H A Dwchar.h210 int __cdecl iswctype(wint_t,wctype_t);

Completed in 1322 milliseconds