Searched defs:UTF32BE (Results 1 – 1 of 1) sorted by relevance
496 struct UTF32BE : UTF32<CharType> { struct498 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()505 static CharType Take(InputByteStream& is) { in Take()515 static void PutBOM(OutputByteStream& os) { in PutBOM()524 static void Put(OutputByteStream& os, CharType c) { in Put()