Home
last modified time | relevance | path

Searched refs:nextIndex (Results 1 - 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndexIterator_unittest.cpp33 ImageIndex nextIndex = iter.next(); in TEST() local
35 EXPECT_EQ(TextureType::_2D, nextIndex.getType()); in TEST()
36 EXPECT_EQ(TextureTarget::_2D, nextIndex.getTarget()); in TEST()
37 EXPECT_EQ(mip, nextIndex.getLevelIndex()); in TEST()
38 EXPECT_FALSE(nextIndex.hasLayer()); in TEST()
39 EXPECT_FALSE(nextIndex.has3DLayer()); in TEST()
42 EXPECT_EQ(current.getType(), nextIndex.getType()); in TEST()
43 EXPECT_EQ(current.getLevelIndex(), nextIndex.getLevelIndex()); in TEST()
44 EXPECT_EQ(current.getLayerIndex(), nextIndex.getLayerIndex()); in TEST()
61 ImageIndex nextIndex in TEST() local
85 ImageIndex nextIndex = iter.next(); TEST() local
113 ImageIndex nextIndex = iter.next(); TEST() local
143 ImageIndex nextIndex = iter.next(); TEST() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dnormlzr.cpp43 currentIndex(0), nextIndex(0), in Normalizer()
52 currentIndex(0), nextIndex(0), in Normalizer()
61 currentIndex(0), nextIndex(0), in Normalizer()
70 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex), in Normalizer()
108 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex; in hashCode()
120 nextIndex==that.nextIndex); in operator ==()
295 currentIndex=nextIndex=text->setToStart(); in reset()
302 currentIndex=nextIndex in setIndexOnly()
[all...]
H A Ducasemap.cpp661 int32_t nextIndex = i; in toUpper() local
663 U8_NEXT(src, nextIndex, srcLength, c); in toUpper()
691 int32_t nextNextIndex = nextIndex; in toUpper()
692 while (nextIndex < srcLength) { in toUpper()
701 nextIndex = nextNextIndex; in toUpper()
715 !isFollowedByCasedLetter(src, nextIndex, srcLength)) { in toUpper()
718 if (i == nextIndex) { in toUpper()
740 change = (i + 2) > nextIndex || in toUpper()
745 change |= (i2 + 2) > nextIndex || in toUpper()
751 change |= (i2 + 2) > nextIndex || in toUpper()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormlzr.cpp43 currentIndex(0), nextIndex(0), in Normalizer()
52 currentIndex(0), nextIndex(0), in Normalizer()
61 currentIndex(0), nextIndex(0), in Normalizer()
70 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex), in Normalizer()
108 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex; in hashCode()
120 nextIndex==that.nextIndex); in operator ==()
295 currentIndex=nextIndex=text->setToStart(); in reset()
302 currentIndex=nextIndex in setIndexOnly()
[all...]
H A Ducasemap.cpp661 int32_t nextIndex = i; in toUpper() local
663 U8_NEXT(src, nextIndex, srcLength, c); in toUpper()
695 int32_t nextNextIndex = nextIndex; in toUpper()
696 while (nextIndex < srcLength) { in toUpper()
705 nextIndex = nextNextIndex; in toUpper()
720 !isFollowedByCasedLetter(src, nextIndex, srcLength)) { in toUpper()
745 change = (i + 2) > nextIndex || in toUpper()
750 change |= (i2 + 2) > nextIndex || in toUpper()
756 change |= (i2 + 2) > nextIndex || in toUpper()
761 int32_t oldLength = nextIndex in toUpper()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormlzr.cpp43 currentIndex(0), nextIndex(0), in Normalizer()
52 currentIndex(0), nextIndex(0), in Normalizer()
61 currentIndex(0), nextIndex(0), in Normalizer()
70 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex), in Normalizer()
108 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex; in hashCode()
120 nextIndex==that.nextIndex); in operator ==()
295 currentIndex=nextIndex=text->setToStart(); in reset()
302 currentIndex=nextIndex in setIndexOnly()
[all...]
H A Ducasemap.cpp576 int32_t nextIndex = i; in toUpper() local
578 U8_NEXT(src, nextIndex, srcLength, c); in toUpper()
606 int32_t nextNextIndex = nextIndex; in toUpper()
607 while (nextIndex < srcLength) { in toUpper()
616 nextIndex = nextNextIndex; in toUpper()
630 !isFollowedByCasedLetter(src, nextIndex, srcLength)) { in toUpper()
633 if (i == nextIndex) { in toUpper()
655 change = (i + 2) > nextIndex || in toUpper()
660 change |= (i2 + 2) > nextIndex || in toUpper()
666 change |= (i2 + 2) > nextIndex || in toUpper()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java164 int nextIndex = nextIndexFromNode(node); in addReset()
165 if(nextIndex == 0) { break; } in addReset()
166 index = nextIndex; in addReset()
419 int nextIndex = nextIndexFromNode(node); in getSpecialResetPosition()
420 if(nextIndex == 0) { break; } in getSpecialResetPosition()
421 long nextNode = nodes.elementAti(nextIndex); in getSpecialResetPosition()
423 index = nextIndex; in getSpecialResetPosition()
652 int nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode()
654 index = insertNodeBetween(index, nextIndex, node); in findOrInsertWeakNode()
656 insertNodeBetween(index, nextIndex, commonNod in findOrInsertWeakNode()
724 insertNodeBetween(int index, int nextIndex, long node) insertNodeBetween() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationBuilder.java168 int nextIndex = nextIndexFromNode(node); in addReset()
169 if(nextIndex == 0) { break; } in addReset()
170 index = nextIndex; in addReset()
423 int nextIndex = nextIndexFromNode(node); in getSpecialResetPosition()
424 if(nextIndex == 0) { break; } in getSpecialResetPosition()
425 long nextNode = nodes.elementAti(nextIndex); in getSpecialResetPosition()
427 index = nextIndex; in getSpecialResetPosition()
656 int nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode()
658 index = insertNodeBetween(index, nextIndex, node); in findOrInsertWeakNode()
660 insertNodeBetween(index, nextIndex, commonNod in findOrInsertWeakNode()
728 insertNodeBetween(int index, int nextIndex, long node) insertNodeBetween() argument
[all...]
/third_party/node/deps/npm/node_modules/ini/lib/
H A Dini.js83 var nextIndex = 0
87 nextIndex = str.indexOf(separator, lastMatchIndex)
89 if (nextIndex !== -1) {
90 lastMatchIndex = nextIndex + separator.length
92 if (nextIndex > 0 && str[nextIndex - 1] === '\\') {
96 sections.push(str.slice(lastSeparatorIndex, nextIndex))
97 lastSeparatorIndex = nextIndex + separator.length
99 } while (nextIndex !== -1)
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.cpp27 SlabAllocatorImpl::IndexLinkNode::IndexLinkNode(Index index, Index nextIndex) in IndexLinkNode() argument
28 : index(index), nextIndex(nextIndex) { in IndexLinkNode()
119 node->nextIndex = kInvalidIndex; in PushFront()
122 node->nextIndex = head->index; in PushFront()
134 if (head->nextIndex == kInvalidIndex) { in PopFront()
138 slab->freeList = OffsetFrom(head, head->nextIndex - head->index); in PopFront()
243 lastNode->nextIndex = kInvalidIndex; in GetNewSlab()
H A DSlabAllocator.h69 IndexLinkNode(Index index, Index nextIndex);
72 Index nextIndex; // The index of the next available block. kInvalidIndex, if none. member
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp364 int32_t nextIndex = nextIndexFromNode(node); in addReset() local
365 if(nextIndex == 0) { break; } in addReset()
366 index = nextIndex; in addReset()
631 int32_t nextIndex = nextIndexFromNode(node); in getSpecialResetPosition() local
632 if(nextIndex == 0) { break; } in getSpecialResetPosition()
633 int64_t nextNode = nodes.elementAti(nextIndex); in getSpecialResetPosition()
635 index = nextIndex; in getSpecialResetPosition()
905 int32_t nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode() local
907 index = insertNodeBetween(index, nextIndex, node, errorCode); in findOrInsertWeakNode()
909 insertNodeBetween(index, nextIndex, commonNod in findOrInsertWeakNode()
919 int32_t nextIndex; findOrInsertWeakNode() local
957 int32_t nextIndex; insertTailoredNodeAfter() local
969 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument
986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); insertNodeBetween() local
1415 int32_t nextIndex = nextIndexFromNode(node); makeTailoredCEs() local
[all...]
H A Dcsrmbcs.cpp118 charValue(0), index(-1), nextIndex(0), error(false), done(false) in IteratedChar()
127 nextIndex = 0;
134 if (nextIndex >= det->fRawLength) { in nextByte()
140 return det->fRawInput[nextIndex++]; in nextByte()
242 it->index = it->nextIndex; in nextChar()
295 it->index = it->nextIndex; in nextChar()
407 it->index = it->nextIndex; in nextChar()
461 it->index = it->nextIndex; in nextChar()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationbuilder.cpp364 int32_t nextIndex = nextIndexFromNode(node); in addReset() local
365 if(nextIndex == 0) { break; } in addReset()
366 index = nextIndex; in addReset()
631 int32_t nextIndex = nextIndexFromNode(node); in getSpecialResetPosition() local
632 if(nextIndex == 0) { break; } in getSpecialResetPosition()
633 int64_t nextNode = nodes.elementAti(nextIndex); in getSpecialResetPosition()
635 index = nextIndex; in getSpecialResetPosition()
905 int32_t nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode() local
907 index = insertNodeBetween(index, nextIndex, node, errorCode); in findOrInsertWeakNode()
909 insertNodeBetween(index, nextIndex, commonNod in findOrInsertWeakNode()
919 int32_t nextIndex; findOrInsertWeakNode() local
957 int32_t nextIndex; insertTailoredNodeAfter() local
969 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument
986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); insertNodeBetween() local
1436 int32_t nextIndex = nextIndexFromNode(node); makeTailoredCEs() local
[all...]
H A Dcsrmbcs.cpp118 charValue(0), index(-1), nextIndex(0), error(false), done(false) in IteratedChar()
127 nextIndex = 0;
134 if (nextIndex >= det->fRawLength) { in nextByte()
140 return det->fRawInput[nextIndex++]; in nextByte()
242 it->index = it->nextIndex; in nextChar()
295 it->index = it->nextIndex; in nextChar()
407 it->index = it->nextIndex; in nextChar()
461 it->index = it->nextIndex; in nextChar()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.cpp362 int32_t nextIndex = nextIndexFromNode(node); in addReset() local
363 if(nextIndex == 0) { break; } in addReset()
364 index = nextIndex; in addReset()
629 int32_t nextIndex = nextIndexFromNode(node); in getSpecialResetPosition() local
630 if(nextIndex == 0) { break; } in getSpecialResetPosition()
631 int64_t nextNode = nodes.elementAti(nextIndex); in getSpecialResetPosition()
633 index = nextIndex; in getSpecialResetPosition()
899 int32_t nextIndex = nextIndexFromNode(node); in findOrInsertWeakNode() local
901 index = insertNodeBetween(index, nextIndex, node, errorCode); in findOrInsertWeakNode()
903 insertNodeBetween(index, nextIndex, commonNod in findOrInsertWeakNode()
913 int32_t nextIndex; findOrInsertWeakNode() local
951 int32_t nextIndex; insertTailoredNodeAfter() local
963 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument
980 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); insertNodeBetween() local
1409 int32_t nextIndex = nextIndexFromNode(node); makeTailoredCEs() local
[all...]
H A Dcsrmbcs.cpp118 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE) in IteratedChar()
127 nextIndex = 0;
134 if (nextIndex >= det->fRawLength) { in nextByte()
140 return det->fRawInput[nextIndex++]; in nextByte()
245 it->index = it->nextIndex; in nextChar()
298 it->index = it->nextIndex; in nextChar()
410 it->index = it->nextIndex; in nextChar()
464 it->index = it->nextIndex; in nextChar()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java278 int nextIndex = 0; field in BIG5Tool.iteratedChar
285 nextIndex = 0; in reset()
291 if (nextIndex >= fileSize) { in nextByte()
295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte()
302 it.index = it.nextIndex; in nextChar()
H A DEUCTool.java278 int nextIndex = 0; field in EUCTool.iteratedChar
285 nextIndex = 0; in reset()
291 if (nextIndex >= fileSize) { in nextByte()
295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte()
302 it.index = it.nextIndex; in nextChar()
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp153 int nextIndex = std::min(positions[i] * fResolution, in fillGradient() local
156 if (nextIndex > prevIndex) { in fillGradient()
160 Sk4f step = Sk4f(1.0f / static_cast<float>(nextIndex - prevIndex)); in fillGradient()
163 for (int curIndex = prevIndex; curIndex <= nextIndex; ++curIndex) { in fillGradient()
168 prevIndex = nextIndex; in fillGradient()
/third_party/skia/src/gpu/tessellate/
H A DPathCurveTessellator.cpp186 uint16_t nextIndex = baseIndex + 3; in WriteFixedIndexBufferBaseIndex() local
196 nextIndex++, in WriteFixedIndexBufferBaseIndex()
200 nextIndex++, in WriteFixedIndexBufferBaseIndex()
207 SkASSERT(nextIndex == baseIndex + triangleCount + 2); in WriteFixedIndexBufferBaseIndex()
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp192 int nextIndex = 1; in SkIsConvexPolygon() local
195 SkVector v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()
197 SkVector w1 = polygonVerts[nextIndex] - origin; in SkIsConvexPolygon()
223 currIndex = nextIndex; in SkIsConvexPolygon()
224 nextIndex = (currIndex + 1) % polygonSize; in SkIsConvexPolygon()
226 v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()
228 w1 = polygonVerts[nextIndex] - origin; in SkIsConvexPolygon()
1157 uint16_t prevIndex, uint16_t currIndex, uint16_t nextIndex) { in is_reflex_vertex()
1160 inputPolygonVerts[nextIndex]); in is_reflex_vertex()
1213 int nextIndex in SkOffsetSimplePolygon() local
1156 is_reflex_vertex(const SkPoint* inputPolygonVerts, int winding, SkScalar offset, uint16_t prevIndex, uint16_t currIndex, uint16_t nextIndex) is_reflex_vertex() argument
1257 int nextIndex = (currIndex + 1) % inputPolygonSize; SkOffsetSimplePolygon() local
1630 int nextIndex = (currIndex + 1) % polygonSize; SkTriangulateSimplePolygon() local
1659 int nextIndex = (currIndex + 1) % polygonSize; SkTriangulateSimplePolygon() local
[all...]
/third_party/node/deps/npm/node_modules/columnify/
H A Dcolumnify.js266 for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) {
267 var nextKey = keysArray[nextIndex];
H A Dindex.js255 for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) {
256 var nextKey = keysArray[nextIndex];

Completed in 26 milliseconds

123