Lines Matching defs:ASCII
542 struct ASCII { struct
543 typedef CharType Ch;
545 enum { supportUnicode = 0 };
548 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
554 static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()
560 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
567 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
574 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
581 static Ch Take(InputByteStream& is) { in Take()
587 static void PutBOM(OutputByteStream& os) { in PutBOM()
593 static void Put(OutputByteStream& os, Ch c) { in Put()