Searched refs:secondParagraph (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_algorithm.cpp | 247 std::string secondParagraph = ""; in GrayDisplayAISpan() local 253 secondParagraph = StringOutBoundProtection(dragStart, spanEnd - dragStart, wTextForAI); in GrayDisplayAISpan() 255 secondParagraph = StringOutBoundProtection(spanStart, spanEnd - spanStart, wTextForAI); in GrayDisplayAISpan() 258 secondParagraph = StringOutBoundProtection(dragStart, dragEnd - dragStart, wTextForAI); in GrayDisplayAISpan() 261 secondParagraph = StringOutBoundProtection(spanStart, dragEnd - spanStart, wTextForAI); in GrayDisplayAISpan() 264 contents = { firstParagraph, secondParagraph, thirdParagraph }; in GrayDisplayAISpan()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfour_ng.cpp | 160 auto secondParagraph = *(iter); variable 161 ASSERT_NE(secondParagraph.paragraph, nullptr); 162 paragraphStyle = secondParagraph.paragraphStyle;
|