Home
last modified time | relevance | path

Searched refs:EqualInsert (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp206 …needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeL… in SetFontSize()
265 …needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdL… in SetFontId()
324EqualInsert<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 Dspannable_string.h120 bool EqualInsert(uint16_t& startIndex, in EqualInsert() function