Lines Matching refs:matched

1578 		// Halant has already been matched, and already checked that $nextGID is in Coverage table
1860 $matched = $this->checkContextMatch($Input, $Backtrack, $Lookahead, $ignore, $ptr);
1861 if ($matched) {
1880 $luptr = $matched[$SequenceIndex[$p]];
1896 return $InputGlyphCount; // should be + matched ignores in Input Sequence
1969 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl);
1970 if ($matched) {
1989 $luptr = $matched[$SequenceIndex[$p]];
2005 return $InputGlyphCount; // should be + matched ignores in Input Sequence
2065 $matched = $this->checkContextMatch($Input, $Backtrack, $Lookahead, $ignore, $ptr);
2066 if ($matched) {
2086 $luptr = $matched[$SubstLookupRecord[$p]['SequenceIndex']];
2101 return $InputGlyphCount; // should be + matched ignores in Input Sequence
2235 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl, $bclass0excl, $lclass0excl);
2236 if ($matched) {
2256 $luptr = $matched[$SequenceIndex[$p]];
2272 return $InputGlyphCount; // should be + matched ignores in Input Sequence
2319 $matched = $this->checkContextMatchMultiple($CoverageInputGlyphs, $CoverageBacktrackGlyphs, $CoverageLookaheadGlyphs, $ignore, $ptr);
2320 if ($matched) {
2341 $luptr = $matched[$SubstLookupRecord[$p]['SequenceIndex']];
2356 return $InputGlyphCount; // should be + matched ignores in Input Sequence
2595 // While next char to right is a mark (but not the next matched glyph)
3851 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl);
3852 if ($matched) {
3868 $luptr = $matched[$SequenceIndex[$p]];
3887 return $InputGlyphCount; // should be + matched ignores in Input Sequence
4033 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl, $bclass0excl, $lclass0excl);
4034 if ($matched) {
4053 $luptr = $matched[$SequenceIndex[$p]];
4072 return $InputGlyphCount; // should be + matched ignores in Input Sequence
4117 $matched = $this->checkContextMatchMultiple($CoverageInputGlyphs, $CoverageBacktrackGlyphs, $CoverageLookaheadGlyphs, $ignore, $ptr);
4118 if ($matched) {
4139 $luptr = $matched[$PosLookupRecord[$p]['SequenceIndex']];
4189 $matched = [0 => $ptr];
4200 $matched[] = $checkpos;
4220 return $matched;
4252 $matched = [0 => $ptr];
4254 for ($i = 1; $i < count($Input); $i++) { // Start at 1 - already matched the first InputGlyph
4264 $matched[] = $checkpos;
4266 $matched[] = $checkpos;
4288 return $matched;
4320 $matched = [0 => $ptr];
4322 for ($i = 1; $i < count($Input); $i++) { // Start at 1 - already matched the first InputGlyph
4332 $matched[] = $checkpos;
4334 $matched[] = $checkpos;
4356 return $matched;