Searched refs:matchSegment (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | Rule.java | 193 RuleSegment matchSegment = targetRule.match(this, at); in applyRuleOnRuleWithSubst() local 194 if (matchSegment == null) { in applyRuleOnRuleWithSubst() 204 newBacktrack.addAll(matchSegment.subList(0, backtrackSize)); in applyRuleOnRuleWithSubst() 209 …newInput.addAll(matchSegment.subList(backtrackSize + targetRule.subst.size(), backtrackSize + at +… in applyRuleOnRuleWithSubst() 212 … newLookAhead.addAll(matchSegment.subList(backtrackSize + at + input.size(), matchSegment.size())); in applyRuleOnRuleWithSubst() 227 …List<GlyphGroup> skippedLookAheadPart = matchSegment.subList(backtrackSize + targetRule.subst.size… in applyRuleOnRuleWithSubst() 231 …List<GlyphGroup> remainingLookAhead = matchSegment.subList(backtrackSize + at + input.size(), matc… in applyRuleOnRuleWithSubst() 273 RuleSegment matchSegment = targetRule.match(ruleToApply, at); in applyRuleOnRuleWithoutSubst() local 274 if (matchSegment == null) { in applyRuleOnRuleWithoutSubst() 281 newBacktrack.addAll(matchSegment.subList(0, backtrackSize + at)); in applyRuleOnRuleWithoutSubst() [all …]
|
/third_party/typescript/src/services/ |
D | patternMatcher.ts | 113 …getMatchForLastSegmentOfPattern: candidate => matchSegment(candidate, last(dotSeparatedSegments), … 122 … const candidateMatch = matchSegment(candidate, last(dotSeparatedSegments), stringToWordSpans); 139 …bestMatch = betterMatch(bestMatch, matchSegment(candidateContainers[j], dotSeparatedSegments[i], s… 204 …function matchSegment(candidate: string, segment: Segment, stringToWordSpans: ESMap<string, TextSp… function
|