Searched refs:spanIndicesCount (Results 1 – 6 of 6) sorted by relevance
101 spanIndicesCount = 0; in resetString()113 if (spanIndicesCount > 0) { in nextPositionImpl()115 U_ASSERT(si <= spanIndicesCount); in nextPositionImpl()116 if (si < spanIndicesCount) { in nextPositionImpl()223 if (si >= spanIndicesCount) { in nextPositionImpl()230 if (si + 1 < spanIndicesCount) { in nextPositionImpl()291 U_ASSERT(spanIndices.getCapacity() >= spanIndicesCount); in appendSpanInfo()292 if (spanIndices.getCapacity() == spanIndicesCount) { in appendSpanInfo()293 if (!spanIndices.resize(spanIndicesCount * 2, spanIndicesCount)) { in appendSpanInfo()298 spanIndices[spanIndicesCount] = {category, spanValue, start, length}; in appendSpanInfo()[all …]
189 int32_t spanIndicesCount = 0; variable
108 if (spanIndicesCount > 0) { in nextPositionImpl()110 U_ASSERT(si <= spanIndicesCount); in nextPositionImpl()111 if (si < spanIndicesCount) { in nextPositionImpl()218 if (si >= spanIndicesCount) { in nextPositionImpl()225 if (si + 1 < spanIndicesCount) { in nextPositionImpl()294 spanIndicesCount++; in appendSpanInfo()310 spanIndicesCount++; in prependSpanInfo()
188 int32_t spanIndicesCount = 0; variable