|
ReactOS 0.4.16-dev-2110-ge3521eb
|
#include <precomp.h>#include <mbstring.h>#include <mbctype.h>
Go to the source code of this file.
Functions | |
| int | _ismbcalnum (unsigned int c) |
| int | _ismbcalpha (unsigned int c) |
| int | _ismbcdigit (unsigned int c) |
| int | _ismbcprint (unsigned int c) |
| int | _ismbcsymbol (unsigned int c) |
| int | _ismbcspace (unsigned int c) |
| int | _ismbclegal (unsigned int c) |
| int | _ismbcl0 (unsigned int c) |
| int | _ismbcl1 (unsigned int c) |
| int | _ismbcl2 (unsigned int c) |
| int | _ismbcgraph (unsigned int ch) |
| int | _ismbcpunct (unsigned int ch) |
Definition at line 82 of file ismbc.c.
Referenced by test__ismbclx().
Definition at line 90 of file ismbc.c.
Referenced by test__ismbclx().
Definition at line 74 of file ismbc.c.
Referenced by _ismbcprint(), _mbcjmstojis(), and test_ismbclegal().