21 #ifndef GNASH_SWF_CTYPE_H 22 #define GNASH_SWF_CTYPE_H 36 virtual char_type do_toupper(char_type)
const;
37 virtual const char_type* do_toupper(char_type* low,
const char_type* high)
const;
38 virtual char_type do_tolower(char_type)
const;
39 virtual const char_type* do_tolower(char_type* low,
const char_type* high)
const;
Facet for SWF-compatible case conversion.
Definition: SWFCtype.h:31
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
std::ctype< wchar_t >::char_type char_type
Definition: SWFCtype.h:34
#define DSOEXPORT
Definition: dsodefs.h:55
SWFCtype(size_t refs=0)
Definition: SWFCtype.h:33