Lines Matching refs:ip

2178 														for ($ip = 0; $ip < $seqIndex; $ip++) {
2179 $exB .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2185 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2186 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2254 for ($ip = 0; $ip < $seqIndex; $ip++) {
2255 if (!$inputGlyphs[$ip]) {
2258 $exB .= $this->formatEntityFirst($inputGlyphs[$ip]) . '&#x200d;';
2266 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2267 if (!$inputGlyphs[$ip]) {
2270 $exL .= $this->formatEntityFirst($inputGlyphs[$ip]) . '&#x200d;';
2316 for ($ip = 0; $ip < $seqIndex; $ip++) {
2317 $exB .= $exampleI[$ip] . '&#x200d;';
2324 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2325 $exL .= $exampleI[$ip] . '&#x200d;';
2415 for ($ip = 0; $ip < $seqIndex; $ip++) {
2416 $exB .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2423 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2424 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2545 for ($ip = 0; $ip < $seqIndex; $ip++) {
2546 if (!$inputGlyphs[$ip]) {
2549 $exB .= $this->formatEntityFirst($inputGlyphs[$ip]) . '&#x200d;';
2557 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2558 if (!$inputGlyphs[$ip]) {
2561 $exL .= $this->formatEntityFirst($inputGlyphs[$ip]) . '&#x200d;';
2637 for ($ip = 0; $ip < $seqIndex; $ip++) {
2638 $exB .= $exampleI[$ip] . '&#x200d;';
2645 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2646 $exL .= $exampleI[$ip] . '&#x200d;';
3874 for ($ip = 0; $ip < $seqIndex; $ip++) {
3875 $exB .= $exampleI[$ip] . '&#x200d;';
3882 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
3883 $exL .= '&#x200d;' . $exampleI[$ip];