Searched refs:kUTF32BE (Results 1 – 3 of 3) sorted by relevance
112 RAPIDJSON_ASSERT(type >= kUTF8 && type <= kUTF32BE); 151 …if (bom == 0xFFFE0000) { type_ = kUTF32BE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()171 case 0x08: type_ = kUTF32BE; break; in DetectType()182 if (type_ == kUTF32LE || type_ == kUTF32BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 4); in DetectType()211 RAPIDJSON_ASSERT(type >= kUTF8 && type <= kUTF32BE); in AutoUTFOutputStream()215 if (type_ == kUTF32LE || type_ == kUTF32BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 4); in AutoUTFOutputStream()
543 kUTF32BE = 4 //!< UTF-32 big endian. enumerator
308 TestAutoUTFOutputStream(kUTF32BE, false, "utf32be.json"); in TEST_F()309 TestAutoUTFOutputStream(kUTF32BE, true, "utf32bebom.json"); in TEST_F()