OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PutBOM
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodedstream.h
71
EncodedOutputStream(OutputByteStream& os, bool
putBOM
= true) : os_(os) {
72
if (
putBOM
)
73
Encoding::
PutBOM
(os_);
208
\param
putBOM
Whether to write BOM at the beginning of the stream.
210
AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool
putBOM
) : os_(&os), type_(type) {
220
if (
putBOM
)
221
PutBOM
();
240
void
PutBOM
() {
242
static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(
PutBOM
) };
encodings.h
77
static void
PutBOM
(OutputByteStream& os);
216
static void
PutBOM
(OutputByteStream& os) {
315
static void
PutBOM
(OutputByteStream& os) {
347
static void
PutBOM
(OutputByteStream& os) {
423
static void
PutBOM
(OutputByteStream& os) {
459
static void
PutBOM
(OutputByteStream& os) {
522
static void
PutBOM
(OutputByteStream& os) {
Completed in 501 milliseconds