Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dformattedval_sbimpl.cpp116 && cfpos.getField() == spanIndices[si-1].spanValue; in nextPositionImpl()
222 int32_t spanValue = spanIndices[si].spanValue; in nextPositionImpl() local
228 if (cfpos.matchesField(spanCategory, spanValue)) { in nextPositionImpl()
233 spanValue, in nextPositionImpl()
284 void FormattedValueStringBuilderImpl::appendSpanInfo(UFieldCategory category, int32_t spanValue, in… in appendSpanInfo() argument
286 U_ASSERT(spanIndices.getCapacity() >= spanValue); in appendSpanInfo()
287 if (spanIndices.getCapacity() == spanValue) { in appendSpanInfo()
288 if (!spanIndices.resize(spanValue * 2, spanValue)) { in appendSpanInfo()
293 spanIndices[spanValue] = {category, spanValue, start, length}; in appendSpanInfo()
297 void FormattedValueStringBuilderImpl::prependSpanInfo(UFieldCategory category, int32_t spanValue, i… in prependSpanInfo() argument
[all …]
Dformattedval_impl.h123 int32_t spanValue; member
181 …void appendSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UEr…
182 …void prependSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UE…
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_sbimpl.cpp116 && cfpos.getField() == spanIndices[si-1].spanValue; in nextPositionImpl()
222 int32_t spanValue = spanIndices[si].spanValue; in nextPositionImpl() local
228 if (cfpos.matchesField(spanCategory, spanValue)) { in nextPositionImpl()
233 spanValue, in nextPositionImpl()
284 void FormattedValueStringBuilderImpl::appendSpanInfo(UFieldCategory category, int32_t spanValue, in… in appendSpanInfo() argument
286 U_ASSERT(spanIndices.getCapacity() >= spanValue); in appendSpanInfo()
287 if (spanIndices.getCapacity() == spanValue) { in appendSpanInfo()
288 if (!spanIndices.resize(spanValue * 2, spanValue)) { in appendSpanInfo()
293 spanIndices[spanValue] = {category, spanValue, start, length}; in appendSpanInfo()
297 void FormattedValueStringBuilderImpl::prependSpanInfo(UFieldCategory category, int32_t spanValue, i… in prependSpanInfo() argument
[all …]
Dformattedval_impl.h123 int32_t spanValue; member
181 …void appendSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UEr…
182 …void prependSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UE…
/third_party/node/deps/icu-small/source/i18n/
Dformattedval_sbimpl.cpp121 && cfpos.getField() == spanIndices[si-1].spanValue; in nextPositionImpl()
227 int32_t spanValue = spanIndices[si].spanValue; in nextPositionImpl() local
233 if (cfpos.matchesField(spanCategory, spanValue)) { in nextPositionImpl()
238 spanValue, in nextPositionImpl()
289 void FormattedValueStringBuilderImpl::appendSpanInfo(UFieldCategory category, int32_t spanValue, in… in appendSpanInfo() argument
298 spanIndices[spanIndicesCount] = {category, spanValue, start, length}; in appendSpanInfo()
302 void FormattedValueStringBuilderImpl::prependSpanInfo(UFieldCategory category, int32_t spanValue, i… in prependSpanInfo() argument
314 spanIndices[0] = {category, spanValue, start, length}; in prependSpanInfo()
Dformattedval_impl.h123 int32_t spanValue; member
182 …void appendSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UEr…
183 …void prependSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UE…