Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp111 ListNode<StyleSpan*>* node_span = input->styleList_.Begin(); in SetSpannableString() local
112 while (node_span != input->styleList_.End()) { in SetSpannableString()
113 SetTextStyle(node_span->data_->textStyle_, node_span->data_->start_, node_span->data_->end_); in SetSpannableString()
114 node_span = node_span->next_; in SetSpannableString()

Completed in 2 milliseconds