Home
last modified time | relevance | path

Searched refs:prevIdx (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCjkBreakEngine.java243 int prevIdx = numCodePts; in divideUpDictionaryRange()
247 prevCodeUnitIdx = prenormstr.offsetByCodePoints(0, prevIdx); in divideUpDictionaryRange()
249 prevIdx = i; in divideUpDictionaryRange()
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp99 uint16_t prevIdx = this->currentIndex() - 1; in addLine() local
100 this->appendCountourEdgeIndices(prevIdx); in addLine()
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp1362 int32_t prevIdx = numCodePts; in divideUpDictionaryRange() local
1369 prevCodeUnitIdx = inString.moveIndex32(0, prevIdx); in divideUpDictionaryRange()
1372 prevIdx = i; in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp1381 int32_t prevIdx = numCodePts; in divideUpDictionaryRange() local
1388 prevCodeUnitIdx = inString.moveIndex32(0, prevIdx); in divideUpDictionaryRange()
1391 prevIdx = i; in divideUpDictionaryRange()
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp641 int prevIdx = previousRing.index(prev);
642 this->addTri(prevIdx, perp1Idx, originalIdx);
643 this->addTri(prevIdx, lastPerpIdx, perp1Idx);
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp3006 int32_t prevIdx = fText->moveIndex32(pos, -1); in next() local
3007 UChar32 prevC = fText->char32At(prevIdx); in next()

Completed in 16 milliseconds