ReactOS
0.4.15-dev-5608-gafb953a
|
#include <_ctype.h>
Public Member Functions | |
ctype_byname (const char *__name, size_t __refs=0) | |
![]() | |
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 |
Private Types | |
typedef ctype_byname< wchar_t > | _Self |
Private Member Functions | |
ctype_byname (_Locale_ctype *__ctype) | |
ctype_byname (_Self const &) | |
_Self & | operator= (_Self const &) |
Private Attributes | |
_Locale_ctype * | _M_ctype |
Friends | |
class | _Locale_impl |
Additional Inherited Members | |
![]() | |
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 } |
![]() | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 15 } |
|
private |
|
explicit |
Definition at line 112 of file facets_byname.cpp.
|
protected |
Definition at line 124 of file facets_byname.cpp.
|
inlineprivate |
|
private |
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 127 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 131 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 150 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 155 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 168 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 172 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 158 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from ctype< wchar_t >.
Definition at line 162 of file facets_byname.cpp.
|
friend |
|
private |