HomeSort by relevance Sort by last modified time
    Searched refs:kUTF32LE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodedstream.h 152 else if (bom == 0x0000FEFF) { type_ = kUTF32LE; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->Take(); }
173 case 0x01: type_ = kUTF32LE; break;
182 if (type_ == kUTF32LE || type_ == kUTF32BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 4);
215 if (type_ == kUTF32LE || type_ == kUTF32BE) RAPIDJSON_ASSERT(sizeof(Ch) >= 4);
encodings.h 542 kUTF32LE = 3, //!< UTF-32 little endian.
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 306 TestAutoUTFOutputStream(kUTF32LE, false, "utf32le.json");
307 TestAutoUTFOutputStream(kUTF32LE, true, "utf32lebom.json");

Completed in 142 milliseconds