ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <_ctype.h>
Public Types | |
typedef wchar_t | char_type |
Public Types inherited from ctype_base | |
enum | mask { space = _Locale_SPACE , print = _Locale_PRINT , cntrl = _Locale_CNTRL , upper = _Locale_UPPER , lower = _Locale_LOWER , alpha = _Locale_ALPHA , digit = _Locale_DIGIT , punct = _Locale_PUNCT , xdigit = _Locale_XDIGIT , alnum = alpha | digit , graph = alnum | punct } |
Public Member Functions | |
ctype (size_t __refs=0) | |
bool | is (mask __m, wchar_t __c) const |
const wchar_t * | is (const wchar_t *__low, const wchar_t *__high, mask *__vec) const |
const wchar_t * | scan_is (mask __m, const wchar_t *__low, const wchar_t *__high) const |
const wchar_t * | scan_not (mask __m, const wchar_t *__low, const wchar_t *__high) const |
wchar_t() | toupper (wchar_t __c) const |
const wchar_t *() | toupper (wchar_t *__low, const wchar_t *__high) const |
wchar_t() | tolower (wchar_t __c) const |
const wchar_t *() | tolower (wchar_t *__low, const wchar_t *__high) const |
wchar_t | widen (char __c) const |
const char * | widen (const char *__low, const char *__high, wchar_t *__to) const |
char | narrow (wchar_t __c, char __dfault) const |
const wchar_t * | narrow (const wchar_t *__low, const wchar_t *__high, char __dfault, char *__to) const |
Static Public Attributes | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 15 } |
Definition at line 181 of file _ctype.h.
|
protectedvirtual |
Reimplemented in ctype_byname< wchar_t >.
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
Reimplemented in ctype_byname< wchar_t >.
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
Reimplemented in ctype_byname< wchar_t >.
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |