Home
last modified time | relevance | path

Searched refs:TestAutoUTFOutputStream (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dencodedstreamtest.cpp195 void TestAutoUTFOutputStream(UTFType type, bool putBOM, const char *expectedFilename) { in TestAutoUTFOutputStream() function in EncodedStreamTest
300 TestAutoUTFOutputStream(kUTF8, false, "utf8.json"); in TEST_F()
301 TestAutoUTFOutputStream(kUTF8, true, "utf8bom.json"); in TEST_F()
302 TestAutoUTFOutputStream(kUTF16LE, false, "utf16le.json"); in TEST_F()
303 TestAutoUTFOutputStream(kUTF16LE, true, "utf16lebom.json"); in TEST_F()
304 TestAutoUTFOutputStream(kUTF16BE, false, "utf16be.json"); in TEST_F()
305 TestAutoUTFOutputStream(kUTF16BE, true, "utf16bebom.json"); in TEST_F()
306 TestAutoUTFOutputStream(kUTF32LE, false, "utf32le.json"); in TEST_F()
307 TestAutoUTFOutputStream(kUTF32LE, true, "utf32lebom.json"); in TEST_F()
308 TestAutoUTFOutputStream(kUTF32BE, false, "utf32be.json"); in TEST_F()
[all …]