Searched defs:UTF16 (Results 1 – 2 of 2) sorted by relevance
241 struct UTF16 { struct242 typedef CharType Ch;245 enum { supportUnicode = 1 };248 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()263 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()298 struct UTF16LE : UTF16<CharType> { argument
337 TEST(EncodingsTest, UTF16) { in TEST() argument