Home
last modified time | relevance | path

Searched defs:putBOM (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp162 void TestEncodedOutputStream(const char* expectedFilename, bool putBOM) { in TestEncodedOutputStream()
195 void TestAutoUTFOutputStream(UTFType type, bool putBOM, const char *expectedFilename) { in TestAutoUTFOutputStream()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h210 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { in AutoUTFOutputStream()