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

  /packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
prettyauto.cpp 38 typedef AutoUTFOutputStream<unsigned, FileWriteStream> OutputStream; // NEW
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodedstream.h 199 class AutoUTFOutputStream {
210 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) {
237 AutoUTFOutputStream(const AutoUTFOutputStream&);
238 AutoUTFOutputStream& operator=(const AutoUTFOutputStream&);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 203 AutoUTFOutputStream<unsigned, FileWriteStream> eos(os, type, putBOM);
218 AutoUTFOutputStream<unsigned, MemoryBuffer> eos(mb, type, putBOM);
299 TEST_F(EncodedStreamTest, AutoUTFOutputStream) {

Completed in 464 milliseconds