Home
last modified time | relevance | path

Searched refs:styleList_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp38 styleList_.PushBack(style); in SetTextStyle()
44 ListNode<StyleSpan*>* tempSpan = styleList_.Begin(); in GetTextStyle()
45 for (; tempSpan != styleList_.End(); tempSpan = tempSpan->next_) { in GetTextStyle()
64 if (styleList_.Size() > 0) { in Reset()
65 for (auto iter = styleList_.Begin(); iter != styleList_.End(); iter = iter->next_) { in Reset()
69 styleList_.Clear(); in Reset()
111 ListNode<StyleSpan*>* node_span = input->styleList_.Begin(); in SetSpannableString()
112 while (node_span != input->styleList_.End()) { in SetSpannableString()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_label_unit_test.cpp282 EXPECT_EQ(spannableString.styleList_.Size(), 3); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h104 List<StyleSpan*> styleList_; member in OHOS::SpannableString
/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp194 EXPECT_EQ(spannableString.styleList_.Size(), 3); in HWTEST_F()

Completed in 5 milliseconds