Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp250 firstParagraph = StringOutBoundProtection(spanStart, spanEnd - spanStart, wTextForAI); in GrayDisplayAISpan()
252 firstParagraph = StringOutBoundProtection(spanStart, dragStart - spanStart, wTextForAI); in GrayDisplayAISpan()
253 secondParagraph = StringOutBoundProtection(dragStart, spanEnd - dragStart, wTextForAI); in GrayDisplayAISpan()
255 secondParagraph = StringOutBoundProtection(spanStart, spanEnd - spanStart, wTextForAI); in GrayDisplayAISpan()
257 firstParagraph = StringOutBoundProtection(spanStart, dragStart - spanStart, wTextForAI); in GrayDisplayAISpan()
258 secondParagraph = StringOutBoundProtection(dragStart, dragEnd - dragStart, wTextForAI); in GrayDisplayAISpan()
259 thirdParagraph = StringOutBoundProtection(dragEnd, spanEnd - dragEnd, wTextForAI); in GrayDisplayAISpan()
261 secondParagraph = StringOutBoundProtection(spanStart, dragEnd - spanStart, wTextForAI); in GrayDisplayAISpan()
262 thirdParagraph = StringOutBoundProtection(dragEnd, spanEnd - dragEnd, wTextForAI); in GrayDisplayAISpan()
268 std::string TextLayoutAlgorithm::StringOutBoundProtection(int32_t position, int32_t length, std::ws… in StringOutBoundProtection() function in OHOS::Ace::NG::TextLayoutAlgorithm
H A Dtext_layout_algorithm.h89 std::string StringOutBoundProtection(int32_t position, int32_t length, std::wstring wTextForAI);