| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | LiteralStorage.cxx | 39 Decoder *makeDecoder() const; 109 Decoder *MemoryInputCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::MemoryInputCodingSystem
|
| H A D | UnicodeCodingSystem.cxx | 60 Decoder *UnicodeCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::UnicodeCodingSystem 114 subDecoder_ = subCodingSystem_->makeDecoder(); in decode()
|
| H A D | XMLCodingSystem.cxx | 102 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 D | Big5CodingSystem.cxx | 32 Decoder *Big5CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::Big5CodingSystem
|
| H A D | TranslateCodingSystem.cxx | 136 Decoder *TranslateCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::TranslateCodingSystem 166 return new TranslateDecoder(sub_->makeDecoder(), decodeMap_); in makeDecoder()
|
| H A D | IdentityCodingSystem.cxx | 33 Decoder *IdentityCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::IdentityCodingSystem
|
| H A D | CodingSystem.cxx | 24 Decoder *decoder = makeDecoder(); in convertIn()
|
| H A D | EUCJPCodingSystem.cxx | 32 Decoder *EUCJPCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::EUCJPCodingSystem
|
| H A D | Fixed2CodingSystem.cxx | 39 Decoder *Fixed2CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::Fixed2CodingSystem
|
| H A D | SJISCodingSystem.cxx | 32 Decoder *SJISCodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::SJISCodingSystem
|
| H A D | Win32CodingSystem.cxx | 81 Decoder *Win32CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::Win32CodingSystem
|
| H A D | UTF8CodingSystem.cxx | 75 Decoder *UTF8CodingSystem::makeDecoder() const in makeDecoder() function in SP_NAMESPACE::UTF8CodingSystem
|
| H A D | ExtendEntityManager.cxx | 769 decoder_ = spec.codingSystem->makeDecoder(); in fill()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | UTF8CodingSystem.h | 16 Decoder *makeDecoder() const;
|
| H A D | SJISCodingSystem.h | 16 Decoder *makeDecoder() const;
|
| H A D | Big5CodingSystem.h | 16 Decoder *makeDecoder() const;
|
| H A D | EUCJPCodingSystem.h | 16 Decoder *makeDecoder() const;
|
| H A D | Fixed2CodingSystem.h | 16 Decoder *makeDecoder() const;
|
| H A D | IdentityCodingSystem.h | 17 Decoder *makeDecoder() const;
|
| H A D | TranslateInputCodingSystem.h | 18 Decoder *makeDecoder() const;
|
| H A D | XMLCodingSystem.h | 19 Decoder *makeDecoder() const;
|
| H A D | UnicodeCodingSystem.h | 17 Decoder *makeDecoder() const;
|
| H A D | Win32CodingSystem.h | 28 Decoder *makeDecoder() const;
|
| H A D | TranslateCodingSystem.h | 36 Decoder *makeDecoder() const;
|
| H A D | CodingSystem.h | 66 virtual Decoder *makeDecoder() const = 0;
|