Searched refs:UnicodeDecoder (Results 1 – 1 of 1) sorted by relevance
28 class UnicodeDecoder : public Decoder { class30 UnicodeDecoder(const InputCodingSystem *sub);62 return new UnicodeDecoder(sub_); in makeDecoder()75 UnicodeDecoder::UnicodeDecoder(const InputCodingSystem *subCodingSystem) in UnicodeDecoder() function in SP_NAMESPACE::UnicodeDecoder82 size_t UnicodeDecoder::decode(Char *to, const char *from, size_t fromLen, in decode()147 Boolean UnicodeDecoder::convertOffset(unsigned long &n) const in convertOffset()