Lines Matching defs:lookaheadGlyphs

2379 														$lookaheadGlyphs = $rule['LookaheadGlyphs'];
2381 $lookaheadGlyphs = [];
2396 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) {
2397 $html .= '<div>Lookahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</span></div>';
2398 $exampleL[] = $this->formatEntityFirst($lookaheadGlyphs[$ff]);
2493 $lookaheadGlyphs[$gcl] = $Lookup[$i]['Subtable'][$c]['LookaheadClasses'][$classindex];
2496 $lookaheadGlyphs = [];
2521 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) {
2522 if (!$lookaheadGlyphs[$ff]) {
2526 $html .= '<div>Lookahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</span></div>';
2527 $exampleL[] = $this->formatEntityFirst($lookaheadGlyphs[$ff]);
2601 $lookaheadGlyphs = $Lookup[$i]['Subtable'][$c]['CoverageLookaheadGlyphs'];
2603 $lookaheadGlyphs = [];
2618 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) {
2619 $html .= '<div>Lookahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</span></div>';
2620 $exampleL[] = $this->formatEntityFirst($lookaheadGlyphs[$ff]);
2867 function _makeGSUBlookaheadMatch($lookaheadGlyphs, $ignore)
2871 // $lookaheadGlyphs = array of glyphstrings making up Lookahead sequence
2875 for ($i = 0; $i < count($lookaheadGlyphs); $i++) {
2876 $str .= $ignore . " " . $lookaheadGlyphs[$i] . "";
3837 $lookaheadGlyphs = [];
3840 $lookaheadGlyphs[$b] = implode('|', $this->_getCoverage());
3855 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) {
3856 $html .= '<div>Lookahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</span></div>';
3857 $exampleL[] = $this->formatEntityFirst($lookaheadGlyphs[$ff]);