Searched defs:UTF32 (Results 1 – 1 of 1) sorted by relevance
418 struct UTF32 { struct419 typedef CharType Ch;422 enum { supportUnicode = 1 };425 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()432 static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()457 struct UTF32LE : UTF32<CharType> { argument