Home
last modified time | relevance | path

Searched refs:spanIndicesCount (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dformattedval_sbimpl.cpp101 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 …]
Dformattedval_impl.h189 int32_t spanIndicesCount = 0; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_sbimpl.cpp108 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()
Dformattedval_impl.h188 int32_t spanIndicesCount = 0; variable
/third_party/icu/icu4c/source/i18n/
Dformattedval_sbimpl.cpp108 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()
Dformattedval_impl.h188 int32_t spanIndicesCount = 0; variable