OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF32LE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp
258
TestEncodedInputStream<
UTF32LE
<>, UTF32<> >("
utf32le
.json");
259
TestEncodedInputStream<
UTF32LE
<>, UTF32<> >("utf32lebom.json");
271
TestAutoUTFInputStream("
utf32le
.json", false);
293
TestEncodedOutputStream<
UTF32LE
<>, UTF32<> >("
utf32le
.json", false);
294
TestEncodedOutputStream<
UTF32LE
<>, UTF32<> >("utf32lebom.json",true);
306
TestAutoUTFOutputStream(kUTF32LE, false, "
utf32le
.json");
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodedstream.h
29
\tparam Encoding The interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE,
UTF32LE
, UTF32BE.
62
\tparam Encoding The interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE,
UTF32LE
, UTF32BE.
93
#define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x,
UTF32LE
<Ch>::x, UTF32BE<Ch>::x
encodings.h
369
For streaming, use
UTF32LE
and UTF32BE, which handle endianness.
404
struct
UTF32LE
: UTF32<CharType> {
555
#define RAPIDJSON_ENCODINGS_FUNC(x) UTF8<Ch>::x, UTF16LE<Ch>::x, UTF16BE<Ch>::x,
UTF32LE
<Ch>::x, UTF32BE<Ch>::x
Completed in 82 milliseconds