Home
last modified time | relevance | path

Searched defs:nextNode (Results 1 – 25 of 40) sorted by relevance

12

/third_party/typescript/src/services/
DsmartSelection.ts15 const nextNode: Node | undefined = children[i + 1]; constant
50 … const end = isBetweenMultiLineBookends ? nextNode.getStart() : getEndPos(sourceFile, node); constant
/third_party/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h300 IntermediateValueNode(int32_t v, Node *nextNode) in IntermediateValueNode()
317 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h300 IntermediateValueNode(int32_t v, Node *nextNode) in IntermediateValueNode()
317 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h297 IntermediateValueNode(int32_t v, Node *nextNode) in IntermediateValueNode()
314 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode()
/third_party/node/deps/icu-small/source/common/unicode/
Dstringtriebuilder.h300 IntermediateValueNode(int32_t v, Node *nextNode) in IntermediateValueNode()
317 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.h162 struct cso_node **nextNode = cso_hash_find_node(hash, key); in cso_hash_find() local
Dcso_hash.c178 struct cso_node **nextNode = cso_hash_find_node(hash, key); in cso_hash_insert() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c225 TestNode *nextNode, *curNode; in addTestNode() local
579 TestNode *nextNode; in getTest() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DStringTrieBuilder.java317 public IntermediateValueNode(int v, Node nextNode) { in IntermediateValueNode()
353 public LinearMatchNode(CharSequence builderStrings, int sOffset, int len, Node nextNode) { in LinearMatchNode()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java318 public IntermediateValueNode(int v, Node nextNode) { in IntermediateValueNode()
354 public LinearMatchNode(CharSequence builderStrings, int sOffset, int len, Node nextNode) { in LinearMatchNode()
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c225 TestNode *nextNode, *curNode; in addTestNode() local
579 TestNode *nextNode; in getTest() local
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c225 TestNode *nextNode, *curNode; in addTestNode() local
579 TestNode *nextNode; in getTest() local
/third_party/icu/icu4c/source/common/
Ducharstriebuilder.cpp288 …rieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode) in UCTLinearMatchNode()
Dbytestriebuilder.cpp340 …esTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) in BTLinearMatchNode()
Dstringtriebuilder.cpp229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() local
/third_party/node/deps/icu-small/source/common/
Ducharstriebuilder.cpp288 …rieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode) in UCTLinearMatchNode()
Dbytestriebuilder.cpp340 …esTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) in BTLinearMatchNode()
Dstringtriebuilder.cpp229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstriebuilder.cpp288 …rieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode) in UCTLinearMatchNode()
Dbytestriebuilder.cpp340 …esTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) in BTLinearMatchNode()
Dstringtriebuilder.cpp229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() local
/third_party/skia/third_party/externals/icu/source/common/
Ducharstriebuilder.cpp288 …rieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode) in UCTLinearMatchNode()
Dbytestriebuilder.cpp340 …esTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) in BTLinearMatchNode()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c66 #define LIST_FOR_WORK_DEL(pos, nextNode, listObject, type, field) \ argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java425 long nextNode = nodes.elementAti(nextIndex); in getSpecialResetPosition() local

12