Searched defs:UTF16 (Results 1 – 3 of 3) 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
31 #define UTF16(codepoint) U16_LEAD(codepoint), U16_TRAIL(codepoint) macro