#include <stdapis/stlportv5/stl/_ctype.h>
| template <> |
| class ctype_byname< wchar_t > : public ctype< wchar_t > |
| Public Member Functions | |
|---|---|
| ctype_byname(const char *, size_t, _Locale_name_hint *) | |
| Protected Member Functions | |
|---|---|
| ~ctype_byname() | |
| virtual _STLP_DECLSPEC bool | do_is(mask, wchar_t) |
| virtual _STLP_DECLSPEC const wchar_t * | do_is(const wchar_t *, const wchar_t *, mask *) |
| virtual _STLP_DECLSPEC const wchar_t * | do_scan_is(mask, const wchar_t *, const wchar_t *) |
| virtual _STLP_DECLSPEC const wchar_t * | do_scan_not(mask, const wchar_t *, const wchar_t *) |
| virtual _STLP_DECLSPEC wchar_t | do_tolower(wchar_t) |
| virtual _STLP_DECLSPEC const wchar_t * | do_tolower(wchar_t *, const wchar_t *) |
| virtual _STLP_DECLSPEC wchar_t | do_toupper(wchar_t) |
| virtual _STLP_DECLSPEC const wchar_t * | do_toupper(wchar_t *, const wchar_t *) |
| Inherited Attributes | |
|---|---|
| ctype< wchar_t >::id | |
| Inherited Enumerations | |
|---|---|
| ctype_base:mask | |
| Inherited Type Definitions | |
|---|---|
| ctype< wchar_t >::char_type | |
| _STLP_DECLSPEC | ctype_byname | ( | const char * | __name, |
| size_t | __refs = 0, | |||
| _Locale_name_hint * | __hint = 0 | |||
| ) | [explicit] | |||
| _STLP_DECLSPEC | ~ctype_byname | ( | ) | [protected] |
| _STLP_DECLSPEC bool | do_is | ( | mask | __m, |
| wchar_t | __c | |||
| ) | const [protected, virtual] | |||
Reimplemented from ctype< wchar_t >::do_is(mask,wchar_t)const
| _STLP_DECLSPEC const wchar_t * | do_is | ( | const wchar_t * | , |
| const wchar_t * | , | |||
| mask * | ||||
| ) | const [protected, virtual] | |||
Reimplemented from ctype< wchar_t >::do_is(const wchar_t *,const wchar_t *,mask *)const
| _STLP_DECLSPEC const wchar_t * | do_scan_is | ( | mask | , |
| const wchar_t * | , | |||
| const wchar_t * | ||||
| ) | const [protected, virtual] | |||
Reimplemented from ctype< wchar_t >::do_scan_is(mask,const wchar_t *,const wchar_t *)const
| _STLP_DECLSPEC const wchar_t * | do_scan_not | ( | mask | , |
| const wchar_t * | , | |||
| const wchar_t * | ||||
| ) | const [protected, virtual] | |||
Reimplemented from ctype< wchar_t >::do_scan_not(mask,const wchar_t *,const wchar_t *)const
| _STLP_DECLSPEC wchar_t | do_tolower | ( | wchar_t | c | ) | const [protected, virtual] |
Reimplemented from ctype< wchar_t >::do_tolower(wchar_t)const
| _STLP_DECLSPEC const wchar_t * | do_tolower | ( | wchar_t * | , |
| const wchar_t * | ||||
| ) | const [protected, virtual] | |||
Reimplemented from ctype< wchar_t >::do_tolower(wchar_t *,const wchar_t *)const
| _STLP_DECLSPEC wchar_t | do_toupper | ( | wchar_t | __c | ) | const [protected, virtual] |
Reimplemented from ctype< wchar_t >::do_toupper(wchar_t)const
| _STLP_DECLSPEC const wchar_t * | do_toupper | ( | wchar_t * | , |
| const wchar_t * | ||||
| ) | const [protected, virtual] | |||
Reimplemented from ctype< wchar_t >::do_toupper(wchar_t *,const wchar_t *)const