Home
last modified time | relevance | path

Searched refs:makeDecoder (Results 1 – 25 of 25) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DLiteralStorage.cxx39 Decoder *makeDecoder() const;
109 Decoder *MemoryInputCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::MemoryInputCodingSystem
H A DUnicodeCodingSystem.cxx60 Decoder *UnicodeCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::UnicodeCodingSystem
114 subDecoder_ = subCodingSystem_->makeDecoder(); in decode()
H A DXMLCodingSystem.cxx102 Decoder *XMLCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::XMLCodingSystem
252 subDecoder_ = utf8.makeDecoder(); in initDecoderDefault()
275 subDecoder_ = ics->makeDecoder(); in initDecoderPI()
H A DBig5CodingSystem.cxx32 Decoder *Big5CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::Big5CodingSystem
H A DTranslateCodingSystem.cxx136 Decoder *TranslateCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::TranslateCodingSystem
166 return new TranslateDecoder(sub_->makeDecoder(), decodeMap_); in makeDecoder()
H A DIdentityCodingSystem.cxx33 Decoder *IdentityCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::IdentityCodingSystem
H A DCodingSystem.cxx24 Decoder *decoder = makeDecoder(); in convertIn()
H A DEUCJPCodingSystem.cxx32 Decoder *EUCJPCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::EUCJPCodingSystem
H A DFixed2CodingSystem.cxx39 Decoder *Fixed2CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::Fixed2CodingSystem
H A DSJISCodingSystem.cxx32 Decoder *SJISCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::SJISCodingSystem
H A DWin32CodingSystem.cxx81 Decoder *Win32CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::Win32CodingSystem
H A DUTF8CodingSystem.cxx75 Decoder *UTF8CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::UTF8CodingSystem
H A DExtendEntityManager.cxx769 decoder_ = spec.codingSystem->makeDecoder(); in fill()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DUTF8CodingSystem.h16 Decoder *makeDecoder() const;
H A DSJISCodingSystem.h16 Decoder *makeDecoder() const;
H A DBig5CodingSystem.h16 Decoder *makeDecoder() const;
H A DEUCJPCodingSystem.h16 Decoder *makeDecoder() const;
H A DFixed2CodingSystem.h16 Decoder *makeDecoder() const;
H A DIdentityCodingSystem.h17 Decoder *makeDecoder() const;
H A DTranslateInputCodingSystem.h18 Decoder *makeDecoder() const;
H A DXMLCodingSystem.h19 Decoder *makeDecoder() const;
H A DUnicodeCodingSystem.h17 Decoder *makeDecoder() const;
H A DWin32CodingSystem.h28 Decoder *makeDecoder() const;
H A DTranslateCodingSystem.h36 Decoder *makeDecoder() const;
H A DCodingSystem.h66 virtual Decoder *makeDecoder() const = 0;