Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_sbimpl.cpp112 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 …]
Dformattedval_impl.h187 MaybeStackArray<SpanInfo, 8> spanIndices; variable
/third_party/node/deps/icu-small/source/i18n/
Dformattedval_sbimpl.cpp117 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 …]
Dformattedval_impl.h191 MaybeStackArray<SpanInfo, 8> spanIndices; variable
/third_party/icu/icu4c/source/i18n/
Dformattedval_sbimpl.cpp117 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 …]
Dformattedval_impl.h188 MaybeStackArray<SpanInfo, 8> spanIndices; variable