Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp39 SetSpannable(true, startIndex, endIndex); in SetTextStyle()
94 SetSpannable(true, 0, DEFAULT_IS_SPANNABLE_LEN); in SetSpannableString()
166 bool SpannableString::SetSpannable(bool value, uint16_t startIndex, uint16_t endIndex) in SetSpannable() function in OHOS::SpannableString
205 SetSpannable(true, startIndex, endIndex); in SetFontSize()
234 SetSpannable(true, startIndex, endIndex); in SetFontSize()
264 SetSpannable(true, startIndex, endIndex); in SetFontId()
293 SetSpannable(true, startIndex, endIndex); in SetFontId()
322 SetSpannable(true, startIndex, endIndex); in SetFontHeight()
352 SetSpannable(true, startIndex, endIndex); in SetFontHeight()
391 SetSpannable(tru in SetBackgroundColor()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_spannable_string_unit_test.cpp50 bool SetSpannable(bool value, uint16_t startIndex, uint16_t endIndex) in SetSpannable() function in OHOS::SP_test
52 return SpannableString::SetSpannable(value, startIndex, endIndex); in SetSpannable()
106 * @tc.desc: Verify SetSpannable function, capability, equal.
118 spannableString_->SetSpannable(true, start_1, end_1); in HWTEST_F()
133 * @tc.desc: Verify SetSpannable function, out-of-bound, equal.
141 spannableString_->SetSpannable(true, start, end); in HWTEST_F()
158 * @tc.desc: Verify SetSpannable function, out-of-bound, equal.
166 spannableString_->SetSpannable(true, start, end); in HWTEST_F()
180 * @tc.desc: Verify SetSpannable function, out-of-bound, equal.
188 spannableString_->SetSpannable(tru in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h114 bool SetSpannable(bool value, uint16_t startIndex, uint16_t endIndex);

Completed in 3 milliseconds