Home
last modified time | relevance | path

Searched refs:newLine (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp90 std::string newLine = "add test line"; in HWTEST_F() local
91 writeFile << newLine; in HWTEST_F() local
96 ASSERT_EQ(line, newLine); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp89 std::string newLine = "add test line"; in HWTEST_F() local
90 writeFile << newLine; in HWTEST_F() local
95 ASSERT_EQ(line, newLine); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp538 bool newLine = true; in ToHtml() local
543 if (newLine && !paragraphStyle.empty()) { in ToHtml()
545 newLine = false; in ToHtml()
555 if (newLine) { in ToHtml()
562 newLine = true; in ToHtml()
571 if (!newLine) { in ToHtml()

Completed in 3 milliseconds