Searched defs:UTF16BE (Results 1 – 1 of 1) sorted by relevance
330 struct UTF16BE : UTF16<CharType> { struct332 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()339 static CharType Take(InputByteStream& is) { in Take()347 static void PutBOM(OutputByteStream& os) { in PutBOM()353 static void Put(OutputByteStream& os, CharType c) { in Put()