Home
last modified time | relevance | path

Searched refs:kUTF32LE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h152 …else if (bom == 0x0000FEFF) { type_ = kUTF32LE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()
173 case 0x01: type_ = kUTF32LE; break; in DetectType()
182 if (type_ == kUTF32LE || type_ == kUTF32BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 4); in DetectType()
215 if (type_ == kUTF32LE || type_ == kUTF32BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 4); in AutoUTFOutputStream()
Dencodings.h542 kUTF32LE = 3, //!< UTF-32 little endian. enumerator
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp306 TestAutoUTFOutputStream(kUTF32LE, false, "utf32le.json"); in TEST_F()
307 TestAutoUTFOutputStream(kUTF32LE, true, "utf32lebom.json"); in TEST_F()