Lines Matching refs:backtrackGlyphs

2373 														$backtrackGlyphs = $rule['BacktrackGlyphs'];
2375 $backtrackGlyphs = [];
2388 for ($ff = count($backtrackGlyphs) - 1; $ff >= 0; $ff--) {
2389 $html .= '<div>Backtrack #' . $ff . ': <span class="unicode">' . $this->formatUniStr($backtrackGlyphs[$ff]) . '</span></div>';
2390 $exampleB[] = $this->formatEntityFirst($backtrackGlyphs[$ff]);
2484 $backtrackGlyphs[$gcl] = $Lookup[$i]['Subtable'][$c]['BacktrackClasses'][$classindex];
2487 $backtrackGlyphs = [];
2503 for ($ff = count($backtrackGlyphs) - 1; $ff >= 0; $ff--) {
2504 if (!$backtrackGlyphs[$ff]) {
2508 $html .= '<div>Backtrack #' . $ff . ': <span class="unicode">' . $this->formatUniStr($backtrackGlyphs[$ff]) . '</span></div>';
2509 $exampleB[] = $this->formatEntityFirst($backtrackGlyphs[$ff]);
2595 $backtrackGlyphs = $Lookup[$i]['Subtable'][$c]['CoverageBacktrackGlyphs'];
2597 $backtrackGlyphs = [];
2610 for ($ff = count($backtrackGlyphs) - 1; $ff >= 0; $ff--) {
2611 $html .= '<div>Backtrack #' . $ff . ': <span class="unicode">' . $this->formatUniStr($backtrackGlyphs[$ff]) . '</span></div>';
2612 $exampleB[] = $this->formatEntityFirst($backtrackGlyphs[$ff]);
2852 function _makeGSUBbacktrackMatch($backtrackGlyphs, $ignore)
2856 // $backtrackGlyphs = array of glyphstrings making up Backtrack sequence
2860 for ($i = (count($backtrackGlyphs) - 1); $i >= 0; $i--) {
2861 $str .= "" . $backtrackGlyphs[$i] . " " . $ignore . " ";
3827 $backtrackGlyphs = [];
3830 $backtrackGlyphs[$b] = implode('|', $this->_getCoverage());
3847 for ($ff = count($backtrackGlyphs) - 1; $ff >= 0; $ff--) {
3848 $html .= '<div>Backtrack #' . $ff . ': <span class="unicode">' . $this->formatUniStr($backtrackGlyphs[$ff]) . '</span></div>';
3849 $exampleB[] = $this->formatEntityFirst($backtrackGlyphs[$ff]);