/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | Rule.java | 27 private final RuleSegment lookAhead; field in Rule 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() argument 34 this.lookAhead = lookAhead; in Rule() 62 for (RuleSegment seg : new RuleSegment[] { input, backtrack, lookAhead }) { in addMatchingTargetGlyphs() 333 if (lookAhead != null) { in match() 334 thisAllSegments.addAll(lookAhead); in match() 342 if (other.lookAhead != null) { in match() 343 otherAllSegments.addAll(other.lookAhead); in match() 376 return new Rule(other.backtrack, input, other.lookAhead, other.subst); in prependToInput() 398 RuleSegment lookAhead, List<Integer> substs) { in oneToOneRules() argument [all …]
|
D | RuleExtractor.java | 319 RuleSegment lookAhead = ruleSegmentFromGlyphs(table.lookAheadGlyphs); in extract() local 321 Rule ruleSansSubst = new Rule(backtrack, inputRow, lookAhead, null); in extract() 411 RuleSegment lookAhead = ruleSegmentFromClasses(table.lookAheadGlyphs, lookAheadClassDef); in extract() local 413 Rule ruleSansSubst = new Rule(backtrack, inputRow, lookAhead, null); in extract()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | Rule.java | 27 private final RuleSegment lookAhead; field in Rule 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() argument 34 this.lookAhead = lookAhead; in Rule() 62 for (RuleSegment seg : new RuleSegment[] { input, backtrack, lookAhead }) { in addMatchingTargetGlyphs() 333 if (lookAhead != null) { in match() 334 thisAllSegments.addAll(lookAhead); in match() 342 if (other.lookAhead != null) { in match() 343 otherAllSegments.addAll(other.lookAhead); in match() 376 return new Rule(other.backtrack, input, other.lookAhead, other.subst); in prependToInput() 398 RuleSegment lookAhead, List<Integer> substs) { in oneToOneRules() argument [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 713 int lookAhead = 1; in nextCE32FromContraction() local 738 sinceMatch < lookAhead)) { in nextCE32FromContraction() 748 lookAhead -= sinceMatch - 1; in nextCE32FromContraction() 753 d, suffixes, ce32, lookAhead, c); in nextCE32FromContraction() 765 ++lookAhead; in nextCE32FromContraction() 774 int lookAhead, int c) { in nextCE32FromDiscontiguousContraction() argument 800 ++lookAhead; in nextCE32FromDiscontiguousContraction() 817 if(lookAhead > 2) { in nextCE32FromDiscontiguousContraction() 819 backwardNumCodePoints(lookAhead); in nextCE32FromDiscontiguousContraction() 821 for(int i = 3; i < lookAhead; ++i) { in nextCE32FromDiscontiguousContraction()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationIterator.java | 715 int lookAhead = 1; in nextCE32FromContraction() local 740 sinceMatch < lookAhead)) { in nextCE32FromContraction() 750 lookAhead -= sinceMatch - 1; in nextCE32FromContraction() 755 d, suffixes, ce32, lookAhead, c); in nextCE32FromContraction() 767 ++lookAhead; in nextCE32FromContraction() 776 int lookAhead, int c) { in nextCE32FromDiscontiguousContraction() argument 802 ++lookAhead; in nextCE32FromDiscontiguousContraction() 819 if(lookAhead > 2) { in nextCE32FromDiscontiguousContraction() 821 backwardNumCodePoints(lookAhead); in nextCE32FromDiscontiguousContraction() 823 for(int i = 3; i < lookAhead; ++i) { in nextCE32FromDiscontiguousContraction()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationiterator.cpp | 497 int32_t lookAhead = 1; in nextCE32FromContraction() local 522 sinceMatch < lookAhead)) { in nextCE32FromContraction() 532 lookAhead -= sinceMatch - 1; in nextCE32FromContraction() 537 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction() 549 ++lookAhead; in nextCE32FromContraction() 559 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction() argument 588 ++lookAhead; in nextCE32FromDiscontiguousContraction() 609 if(lookAhead > 2) { in nextCE32FromDiscontiguousContraction() 611 backwardNumCodePoints(lookAhead, errorCode); in nextCE32FromDiscontiguousContraction() 613 for(int32_t i = 3; i < lookAhead; ++i) { in nextCE32FromDiscontiguousContraction()
|
D | regexcmp.h | 79 lookAhead = -4, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 497 int32_t lookAhead = 1; in nextCE32FromContraction() local 522 sinceMatch < lookAhead)) { in nextCE32FromContraction() 532 lookAhead -= sinceMatch - 1; in nextCE32FromContraction() 537 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction() 549 ++lookAhead; in nextCE32FromContraction() 559 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction() argument 588 ++lookAhead; in nextCE32FromDiscontiguousContraction() 609 if(lookAhead > 2) { in nextCE32FromDiscontiguousContraction() 611 backwardNumCodePoints(lookAhead, errorCode); in nextCE32FromDiscontiguousContraction() 613 for(int32_t i = 3; i < lookAhead; ++i) { in nextCE32FromDiscontiguousContraction()
|
D | regexcmp.h | 79 lookAhead = -4, enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 497 int32_t lookAhead = 1; in nextCE32FromContraction() local 522 sinceMatch < lookAhead)) { in nextCE32FromContraction() 532 lookAhead -= sinceMatch - 1; in nextCE32FromContraction() 537 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction() 549 ++lookAhead; in nextCE32FromContraction() 559 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction() argument 588 ++lookAhead; in nextCE32FromDiscontiguousContraction() 609 if(lookAhead > 2) { in nextCE32FromDiscontiguousContraction() 611 backwardNumCodePoints(lookAhead, errorCode); in nextCE32FromDiscontiguousContraction() 613 for(int32_t i = 3; i < lookAhead; ++i) { in nextCE32FromDiscontiguousContraction()
|
D | regexcmp.h | 79 lookAhead = -4, enumerator
|
/third_party/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 497 int32_t lookAhead = 1; in nextCE32FromContraction() local 522 sinceMatch < lookAhead)) { in nextCE32FromContraction() 532 lookAhead -= sinceMatch - 1; in nextCE32FromContraction() 537 d, suffixes, ce32, lookAhead, c, errorCode); in nextCE32FromContraction() 549 ++lookAhead; in nextCE32FromContraction() 559 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction() argument 588 ++lookAhead; in nextCE32FromDiscontiguousContraction() 609 if(lookAhead > 2) { in nextCE32FromDiscontiguousContraction() 611 backwardNumCodePoints(lookAhead, errorCode); in nextCE32FromDiscontiguousContraction() 613 for(int32_t i = 3; i < lookAhead; ++i) { in nextCE32FromDiscontiguousContraction()
|
D | regexcmp.h | 79 lookAhead = -4, enumerator
|
/third_party/typescript/src/services/ |
D | preProcess.ts | 105 const skipTypeKeyword = scanner.lookAhead(() => { 195 const skipTypeKeyword = scanner.lookAhead(() => { 237 const skipTypeKeyword = scanner.lookAhead(() => {
|
/third_party/typescript/src/compiler/ |
D | parser.ts | 900 …if (lookAhead(() => nextToken() === SyntaxKind.NumericLiteral && nextToken() !== SyntaxKind.ColonT… 909 if (lookAhead(() => nextToken() !== SyntaxKind.ColonToken)) { 1546 ? scanner.lookAhead(callback) 1568 function lookAhead<T>(callback: () => T): T { 1910 return lookAhead(nextTokenCanFollowDefaultKeyword); 1913 return lookAhead(nextTokenCanFollowExportModifier); 1957 … (token() === SyntaxKind.AbstractKeyword && lookAhead(nextTokenIsClassKeywordOnSameLine)) || 1958 … (token() === SyntaxKind.AsyncKeyword && lookAhead(nextTokenIsFunctionKeywordOnSameLine)); 1982 return lookAhead(isTypeMemberStart); 1988 …return lookAhead(isClassMemberStart) || (token() === SyntaxKind.SemicolonToken && !inErrorRecovery… [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbinode.h | 35 lookAhead, enumerator
|
D | rbbitblb.cpp | 216 if (n->fType == RBBINode::lookAhead || n->fType == RBBINode::tag) { in calcNullable() 258 n->fType == RBBINode::lookAhead || in calcFirstPos() 304 n->fType == RBBINode::lookAhead || in calcLastPos() 731 if (node->fType != RBBINode::NodeType::lookAhead) { in mapLookAheadRules() 762 if (node->fType != RBBINode::NodeType::lookAhead) { in mapLookAheadRules() 846 fTree->findNodes(&lookAheadNodes, RBBINode::lookAhead, *fStatus); in flagLookAheadStates() 852 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbinode.h | 35 lookAhead, enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbinode.h | 35 lookAhead, enumerator
|
D | rbbitblb.cpp | 216 if (n->fType == RBBINode::lookAhead || n->fType == RBBINode::tag) { in calcNullable() 258 n->fType == RBBINode::lookAhead || in calcFirstPos() 304 n->fType == RBBINode::lookAhead || in calcLastPos() 732 if (node->fType != RBBINode::NodeType::lookAhead) { in mapLookAheadRules() 763 if (node->fType != RBBINode::NodeType::lookAhead) { in mapLookAheadRules() 847 fTree->findNodes(&lookAheadNodes, RBBINode::lookAhead, *fStatus); in flagLookAheadStates() 853 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()
|
/third_party/icu/icu4c/source/common/ |
D | rbbinode.h | 35 lookAhead, enumerator
|
D | rbbitblb.cpp | 216 if (n->fType == RBBINode::lookAhead || n->fType == RBBINode::tag) { in calcNullable() 258 n->fType == RBBINode::lookAhead || in calcFirstPos() 304 n->fType == RBBINode::lookAhead || in calcLastPos() 731 if (node->fType != RBBINode::NodeType::lookAhead) { in mapLookAheadRules() 762 if (node->fType != RBBINode::NodeType::lookAhead) { in mapLookAheadRules() 846 fTree->findNodes(&lookAheadNodes, RBBINode::lookAhead, *fStatus); in flagLookAheadStates() 852 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 10 void TextWrapper::lookAhead(SkScalar maxWidth, Cluster* endOfClusters) { in lookAhead() function in skia::textlayout::TextWrapper 158 lookAhead(maxWidth, end); in breakTextIntoLines()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBITableBuilder.java | 224 if (n.fType == RBBINode.lookAhead || n.fType == RBBINode.tag) { in calcNullable() 266 n.fType == RBBINode.lookAhead || in calcFirstPos() 309 n.fType == RBBINode.lookAhead || in calcLastPos() 631 if (node.fType != RBBINode.lookAhead) { in mapLookAheadRules() 661 if (node.fType != RBBINode.lookAhead) { in mapLookAheadRules() 732 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead); in flagLookAheadStates()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 231 if (n.fType == RBBINode.lookAhead || n.fType == RBBINode.tag) { in calcNullable() 273 n.fType == RBBINode.lookAhead || in calcFirstPos() 316 n.fType == RBBINode.lookAhead || in calcLastPos() 637 if (node.fType != RBBINode.lookAhead) { in mapLookAheadRules() 667 if (node.fType != RBBINode.lookAhead) { in mapLookAheadRules() 737 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead); in flagLookAheadStates()
|