Searched refs:EqualInsert (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_); in SetFontSize() 274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_); in SetFontId() 333 EqualInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, heightList_); in SetFontHeight() 402 needAddNode = EqualInsert<BackgroundColorSpan>( in SetBackgroundColor() 465 needAddNode = EqualInsert<ForegroundColorSpan>( in SetForegroundColor() 527 needAddNode = EqualInsert<LineBackgroundColorSpan>( in SetLineBackgroundColor()
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 120 bool EqualInsert(uint16_t& startIndex, in EqualInsert() function in OHOS::SpannableString
|
Completed in 4 milliseconds