|
Gnash
0.8.10
|
Facet for SWF-compatible case conversion. More...
#include <SWFCtype.h>
Public Types | |
| typedef std::ctype< wchar_t > ::char_type | char_type |
Public Member Functions | |
| SWFCtype (size_t refs=0) | |
Protected Member Functions | |
| virtual char_type | do_toupper (char_type) const |
| virtual const char_type * | do_toupper (char_type *low, const char_type *high) const |
| virtual char_type | do_tolower (char_type) const |
| virtual const char_type * | do_tolower (char_type *low, const char_type *high) const |
Facet for SWF-compatible case conversion.
| typedef std::ctype<wchar_t>::char_type gnash::SWFCtype::char_type |
| gnash::SWFCtype::SWFCtype | ( | size_t | refs = 0 | ) | [inline] |
| SWFCtype::char_type gnash::SWFCtype::do_tolower | ( | char_type | c | ) | const [protected, virtual] |
References gnash::key::m.
Referenced by do_tolower().
| const SWFCtype::char_type * gnash::SWFCtype::do_tolower | ( | char_type * | low, |
| const char_type * | high | ||
| ) | const [protected, virtual] |
References do_tolower().
| SWFCtype::char_type gnash::SWFCtype::do_toupper | ( | char_type | c | ) | const [protected, virtual] |
References gnash::key::m.
Referenced by do_toupper().
| const SWFCtype::char_type * gnash::SWFCtype::do_toupper | ( | char_type * | low, |
| const char_type * | high | ||
| ) | const [protected, virtual] |
References do_toupper().
1.7.6.1