Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DIdentityCodingSystem.cxx20 class IdentityEncoder : public RecoveringEncoder { class
22 IdentityEncoder();
40 return new IdentityEncoder; in makeEncoder()
66 IdentityEncoder::IdentityEncoder() in IdentityEncoder() function in SP_NAMESPACE::IdentityEncoder
70 void IdentityEncoder::output(const Char *s, size_t n, OutputByteStream *sb) in output()