Searched refs:kUTF16BE (Results 1 – 3 of 3) sorted by relevance
153 …else if ((bom & 0xFFFF) == 0xFFFE) { type_ = kUTF16BE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()172 case 0x0A: type_ = kUTF16BE; break; in DetectType()181 if (type_ == kUTF16LE || type_ == kUTF16BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 2); in DetectType()214 if (type_ == kUTF16LE || type_ == kUTF16BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 2); in AutoUTFOutputStream()
541 kUTF16BE = 2, //!< UTF-16 big endian. enumerator
304 TestAutoUTFOutputStream(kUTF16BE, false, "utf16be.json"); in TEST_F()305 TestAutoUTFOutputStream(kUTF16BE, true, "utf16bebom.json"); in TEST_F()