/reactos/sdk/lib/ucrt/convert/ |
H A D | _wctype.cpp | 120 return iswprint(c); 123 extern "C" __inline int (__cdecl iswprint)(wint_t const c) 125 return iswprint(c);
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | wctype.h | 85 #undef iswprint 86 #define iswprint(c) isprint(c) macro
|
/reactos/sdk/include/crt/ |
H A D | wctype.h | 98 int __cdecl iswprint(wint_t); 125 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) macro 139 __CRT_INLINE int __cdecl iswprint(wint_t _C) {return (iswctype(_C,_BLANK|_PUNCT|_ALPHA|_DIGIT)); } in iswprint() function
|
H A D | ctype.h | 468 iswprint( 672 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) macro
|
H A D | wchar.h | 196 _Check_return_ _CRTIMP int __cdecl iswprint(_In_ wint_t _C); 581 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) macro
|
H A D | tchar.h | 440 #define _istprint iswprint
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _cwctype.h | 76 using _STLP_VENDOR_CSTD_WFUNC::iswprint;
|
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | ShellCommandValue.cpp | 290 iswprint(ch)?ch:L'.'); in Execute() 350 iswprint(ch)?ch:L'.'); in Execute()
|
/reactos/sdk/include/ucrt/ |
H A D | corecrt_wctype.h | 78 _Check_return_ _ACRTIMP int __cdecl iswprint (_In_ wint_t _C); 137 #define iswprint(_c) (iswctype(_c, _BLANK | _PUNCT | _ALPHA | _DIGIT)) macro
|
H A D | tchar.h | 673 #define _istprint iswprint
|
/reactos/sdk/include/c++/stlport/ |
H A D | ctype.h | 94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);…
|
/reactos/sdk/include/reactos/wine/ |
H A D | unicode.h | 68 #define isprintW iswprint
|
/reactos/sdk/lib/crt/string/ |
H A D | ctype.c | 23 #undef iswprint 792 int __cdecl iswprint(wint_t c) in iswprint() function
|
/reactos/sdk/lib/3rdparty/stlport/src/c_locale_dummy/ |
H A D | c_locale_dummy.c | 217 if ((mask & _Locale_PRINT) != 0 && iswprint(wc)) in _WLocale_ctype()
|
/reactos/modules/rostests/apitests/crt/ |
H A D | crtdll_crt_apitest.cmake | 411 # iswprint.c
|
H A D | msvcrt_crt_apitest.cmake | 1094 # iswprint.c
|
/reactos/dll/win32/crtdll/ |
H A D | crtdll.spec | 415 @ cdecl iswprint(long)
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | evtdetctl.c | 132 n = swprintf(p, L"%c", (iswprint(pData[i]) && (pData[i] != L'\t')) ? pData[i] : L'.'); in PrintByteDataLine()
|
/reactos/dll/win32/comctl32/ |
H A D | status.c | 765 if(!iswprint(*idx)) in STATUSBAR_SetTextT()
|
/reactos/dll/win32/msvcrt40/ |
H A D | msvcrt40.spec | 1052 @ cdecl iswprint(long)
|
/reactos/dll/win32/msvcrt20/ |
H A D | msvcrt20.spec | 1014 @ cdecl iswprint(long)
|
/reactos/dll/win32/msvcrt/ |
H A D | msvcrt.spec | 1388 @ cdecl iswprint(long)
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | trio.c | 179 # define iswprint(x) isprint(x) macro
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 2929 if (iswprint(ext->Value.pbData[j]) && in field_format_extension_hex_with_ascii()
|