Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h89 std::list<ResultObject> GetSpansInfoInStyledString(int32_t start, int32_t end);
H A Dtext_pattern.cpp239 std::list<ResultObject> TextPattern::GetSpansInfoInStyledString(int32_t start, int32_t end) in GetSpansInfoInStyledString() function in OHOS::Ace::NG::TextPattern
284 auto result = GetSpansInfoInStyledString(realStart, realEnd); in GetSpansInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp390 auto resultObjects = textPattern->GetSpansInfoInStyledString(0, TEXT_SIZE_INT);