Searched refs:EqualInsert (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 206 …needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeL… in SetFontSize() 265 …needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdL… in SetFontId() 324 … EqualInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, heightList_); in SetFontHeight() 393 needAddNode = EqualInsert<BackgroundColorSpan>( in SetBackgroundColor() 456 needAddNode = EqualInsert<ForegroundColorSpan>( in SetForegroundColor() 518 needAddNode = EqualInsert<LineBackgroundColorSpan>( in SetLineBackgroundColor()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 120 bool EqualInsert(uint16_t& startIndex, in EqualInsert() function
|