Searched refs:spanValue (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | formattedval_sbimpl.cpp | 195 int32_t spanValue = spanIndices[si].spanValue; in nextPositionImpl() local 198 if (cfpos.matchesField(UFIELD_CATEGORY_LIST_SPAN, spanValue)) { in nextPositionImpl() 204 spanValue, in nextPositionImpl() 231 void FormattedValueStringBuilderImpl::appendSpanInfo(int32_t spanValue, int32_t length, UErrorCode&… in appendSpanInfo() argument 233 U_ASSERT(spanIndices.getCapacity() >= spanValue); in appendSpanInfo() 234 if (spanIndices.getCapacity() == spanValue) { in appendSpanInfo() 235 if (!spanIndices.resize(spanValue * 2, spanValue)) { in appendSpanInfo() 240 spanIndices[spanValue] = {spanValue, length}; in appendSpanInfo() 243 void FormattedValueStringBuilderImpl::prependSpanInfo(int32_t spanValue, int32_t length, UErrorCode… in prependSpanInfo() argument 245 U_ASSERT(spanIndices.getCapacity() >= spanValue); in prependSpanInfo() [all …]
|
D | formattedval_impl.h | 122 int32_t spanValue; member 177 void appendSpanInfo(int32_t spanValue, int32_t length, UErrorCode& status); 178 void prependSpanInfo(int32_t spanValue, int32_t length, UErrorCode& status);
|
/external/icu/libicu/cts_headers/ |
D | formattedval_impl.h | 122 int32_t spanValue; member 177 void appendSpanInfo(int32_t spanValue, int32_t length, UErrorCode& status); 178 void prependSpanInfo(int32_t spanValue, int32_t length, UErrorCode& status);
|