ReactOS
0.4.15-dev-4870-g846c9aa
|
#include <_ctype.h>
Public Types | |
typedef wchar_t | char_type |
![]() | |
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.
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
|
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 |
Reimplemented in ctype_byname< wchar_t >.
|
protectedvirtual |
Definition at line 183 of file _ctype.h.
Referenced by LocaleTest::_ctype_facet_w().
|
inline |
Definition at line 211 of file _ctype.h.
Referenced by LocaleTest::_ctype_facet_w().
|
inline |
|
inline |
Definition at line 190 of file _ctype.h.
Referenced by LocaleTest::_ctype_facet_w().
|
inline |
Definition at line 194 of file _ctype.h.
Referenced by LocaleTest::_ctype_facet_w().
Definition at line 202 of file _ctype.h.
Referenced by LocaleTest::_ctype_facet_w().
Definition at line 198 of file _ctype.h.
Referenced by LocaleTest::_ctype_facet_w().
Definition at line 206 of file _ctype.h.
Referenced by __append(), __convert_float_buffer(), __put_float(), __put_integer(), LocaleTest::_ctype_facet_w(), and _Initialize_get_float().
|
inline |