Searched defs:UTF32 (Results 1 – 2 of 2) sorted by relevance
372 struct UTF32 { struct373 typedef CharType Ch;376 enum { supportUnicode = 1 };379 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()404 struct UTF32LE : UTF32<CharType> { argument
397 TEST(EncodingsTest, UTF32) { in TEST() argument