Searched refs:spanIndices (Results 1 – 6 of 6) sorted by relevance
112 nextSpanStart = spanIndices[si].start; in nextPositionImpl()115 prevIsSpan = cfpos.getCategory() == spanIndices[si-1].category in nextPositionImpl()116 && cfpos.getField() == spanIndices[si-1].spanValue; in nextPositionImpl()157 int32_t previ = i - spanIndices[si].length; in nextPositionImpl()163 fieldStart = i - fString.fZero - spanIndices[si].length; in nextPositionImpl()164 int32_t end = fieldStart + spanIndices[si].length; in nextPositionImpl()221 UFieldCategory spanCategory = spanIndices[si].category; in nextPositionImpl()222 int32_t spanValue = spanIndices[si].spanValue; in nextPositionImpl()223 int32_t length = spanIndices[si].length; in nextPositionImpl()226 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()[all …]
187 MaybeStackArray<SpanInfo, 8> spanIndices; variable
117 nextSpanStart = spanIndices[si].start; in nextPositionImpl()120 prevIsSpan = cfpos.getCategory() == spanIndices[si-1].category in nextPositionImpl()121 && cfpos.getField() == spanIndices[si-1].spanValue; in nextPositionImpl()162 int32_t previ = i - spanIndices[si].length; in nextPositionImpl()168 fieldStart = i - fString.fZero - spanIndices[si].length; in nextPositionImpl()169 int32_t end = fieldStart + spanIndices[si].length; in nextPositionImpl()226 UFieldCategory spanCategory = spanIndices[si].category; in nextPositionImpl()227 int32_t spanValue = spanIndices[si].spanValue; in nextPositionImpl()228 int32_t length = spanIndices[si].length; in nextPositionImpl()231 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()[all …]
191 MaybeStackArray<SpanInfo, 8> spanIndices; variable
188 MaybeStackArray<SpanInfo, 8> spanIndices; variable