Searched refs:iswspace (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c121 #undef iswspace macro
123 iswspace(wint_t c) function
H A D_wcstod.h66 while (iswspace((wint_t)*src) != 0)
H A D_wcstoul.h86 } while (iswspace(wc));
H A D_wcstol.h89 } while (iswspace(wc));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h28 int iswspace (wint_t);
135 iswpunct, or iswspace is TRUE.
162 /** Test for wide characters for which iswprint is TRUE and iswspace is FALSE.
173 for which none of iswcntrl, iswdigit, iswpunct, or iswspace is TRUE.
193 neither iswspace nor iswalnum is TRUE.
203 for which iswspace is TRUE and are used to separate words within a line
214 /** The iswspace function tests for any wide character that corresponds to a
223 int iswspace (wint_t WC);
227 iswcntrl, iswdigit, iswpunct, or iswspace is TRUE.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwctype.h74 int __cdecl iswspace(wint_t);
H A Dctype.h68 int __cdecl iswspace(wint_t);
H A Dwchar.h248 int __cdecl iswspace(wint_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwctype.h74 int __cdecl iswspace(wint_t);
H A Dctype.h78 int __cdecl iswspace(wint_t);
H A Dwchar.h216 int __cdecl iswspace(wint_t);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c177 if (iswspace(c)) {
179 iswspace(c))
362 while ((wi = __fgetwc_unlock(fp)) != WEOF && iswspace(wi))
504 !iswspace(wi))
512 !iswspace(wi)) {
526 !iswspace(wi)) {
H A Dvfscanf.c612 if (iswspace(*wcp)) {
/vbox/include/iprt/
H A Duni.h381 return !!iswspace(CodePoint);
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c174 # define iswspace(x) isspace(x) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h689 #define isspace(c) iswspace(btowc(c))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h702 #define isspace(c) iswspace(btowc(c))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h99 #define _istspace WINE_tchar_routine(isspace, _ismbcspace, iswspace)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h99 #define _istspace WINE_tchar_routine(isspace, _ismbcspace, iswspace)

Completed in 93 milliseconds