OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUTF32BE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodedstream.h
112
RAPIDJSON_ASSERT(type >= kUTF8 && type <=
kUTF32BE
);
151
if (bom == 0xFFFE0000) { type_ =
kUTF32BE
; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->Take(); }
171
case 0x08: type_ =
kUTF32BE
; break;
182
if (type_ == kUTF32LE || type_ ==
kUTF32BE
) RAPIDJSON_ASSERT(sizeof(Ch) >= 4);
211
RAPIDJSON_ASSERT(type >= kUTF8 && type <=
kUTF32BE
);
215
if (type_ == kUTF32LE || type_ ==
kUTF32BE
) RAPIDJSON_ASSERT(sizeof(Ch) >= 4);
encodings.h
543
kUTF32BE
= 4 //!< UTF-32 big endian.
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp
308
TestAutoUTFOutputStream(
kUTF32BE
, false, "utf32be.json");
309
TestAutoUTFOutputStream(
kUTF32BE
, true, "utf32bebom.json");
Completed in 246 milliseconds