| 234 | ////////////////////////////////////////////////////////////////////////////// |
| 235 | |
| 236 | bool cNonNarrowableCharEncoder::NeedsEncoding(TSTRING::const_iterator first, TSTRING::const_iterator last) const |
| 237 | { |
| 238 | return false; // all chars are narrow |
| 239 | } |
| 240 | |
| 241 | |
| 242 | bool cNonPrintableCharEncoder::NeedsEncoding(TSTRING::const_iterator first, TSTRING::const_iterator last) const |
no test coverage detected