| 99 | bool shouldCheckWellFormedness() const { return cs->charset_fn_well_formed != NULL; } |
| 100 | |
| 101 | bool isMultiByte() const |
| 102 | { |
| 103 | return cs->charset_min_bytes_per_char != cs->charset_max_bytes_per_char; |
| 104 | } |
| 105 | |
| 106 | bool wellFormed(ULONG len, const UCHAR* str, ULONG* offendingPos = NULL) const |
| 107 | { |
no outgoing calls
no test coverage detected