| 97 | const UCHAR* getSpace() const { return cs->charset_space_character; } |
| 98 | USHORT getFlags() const { return cs->charset_flags; } |
| 99 | bool shouldCheckWellFormedness() const { return cs->charset_fn_well_formed != NULL; } |
| 100 | |
| 101 | bool isMultiByte() const |
| 102 | { |
no outgoing calls
no test coverage detected