Searched refs:tempEnd (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 123 uint16_t tempEnd, in EqualInsert() 127 if ((startIndex == tempStart) && endIndex == tempEnd) { in EqualInsert() 137 } else if (endIndex <= tempEnd) { in EqualInsert() 138 endIndex = tempEnd; in EqualInsert() 147 if (startIndex > tempEnd) { in EqualInsert() 149 } else if (endIndex <= tempEnd) { in EqualInsert() 164 uint16_t tempEnd, in UnequalInsert() 174 if (startIndex > tempEnd) { in UnequalInsert() 176 } else if (startIndex > tempStart && endIndex >= tempEnd) { in UnequalInsert() 179 } else if (startIndex <= tempStart && endIndex >= tempEnd) { in UnequalInsert() 120 EqualInsert(uint16_t& startIndex, uint16_t& endIndex, uint16_t tempStart, uint16_t tempEnd, ListNode<SpanType>** tempSpan, List<SpanType>& tempList) EqualInsert() argument 161 UnequalInsert(uint16_t& startIndex, uint16_t& endIndex, uint16_t tempStart, uint16_t tempEnd, ListNode<SpanType>** tempSpan, List<SpanType>& tempList, SpanType tempLeft, SpanType tempRight) UnequalInsert() argument [all...] |
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 47 uint16_t tempEnd = tempSpan->data_->end_; in GetTextStyle() local 48 if ((tempStart <= index) && (index < tempEnd)) { in GetTextStyle() 212 uint16_t tempEnd = tempSpan->data_.end; in SetFontSize() local 215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_); in SetFontSize() 223 tempRight.end = tempEnd; in SetFontSize() 225 needAddNode = UnequalInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, in SetFontSize() 246 uint16_t tempEnd = tempSpan->data_.end; in GetFontSize() local 247 if ((tempStart <= index) && (index < tempEnd)) { in GetFontSize() 271 uint16_t tempEnd = tempSpan->data_.end; in SetFontId() local 274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, in SetFontId() 304 uint16_t tempEnd = tempSpan->data_.end; GetFontId() local 329 uint16_t tempEnd = tempSpan->data_.end; SetFontHeight() local 366 uint16_t tempEnd = tempSpan->data_.end; GetFontHeight() local 398 uint16_t tempEnd = tempSpan->data_.end; SetBackgroundColor() local 436 uint16_t tempEnd = tempSpan->data_.end; GetBackgroundColor() local 461 uint16_t tempEnd = tempSpan->data_.end; SetForegroundColor() local 498 uint16_t tempEnd = tempSpan->data_.end; GetForegroundColor() local 523 uint16_t tempEnd = tempSpan->data_.end; SetLineBackgroundColor() local 561 uint16_t tempEnd = tempSpan->data_.end; GetLineBackgroundColor() local [all...] |
Completed in 2 milliseconds