Home
last modified time | relevance | path

Searched refs:nextSpanStart (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dformattedval_sbimpl.cpp112 int32_t nextSpanStart = -1; in nextPositionImpl() local
117 nextSpanStart = spanIndices[si].start; in nextPositionImpl()
221 i - fString.fZero == nextSpanStart)) { in nextPositionImpl()
231 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_sbimpl.cpp107 int32_t nextSpanStart = -1; in nextPositionImpl() local
112 nextSpanStart = spanIndices[si].start; in nextPositionImpl()
216 i - fString.fZero == nextSpanStart)) { in nextPositionImpl()
226 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()
/third_party/icu/icu4c/source/i18n/
Dformattedval_sbimpl.cpp107 int32_t nextSpanStart = -1; in nextPositionImpl() local
112 nextSpanStart = spanIndices[si].start; in nextPositionImpl()
216 i - fString.fZero == nextSpanStart)) { in nextPositionImpl()
226 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()