Home
last modified time | relevance | path

Searched refs:is_joiner (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php462 ($indic_config[4] == self::REPH_MODE_IMPLICIT && !self::is_joiner($info[$start + 2])) ||
470 while ($limit < $end && self::is_joiner($info[$limit])) {
478 while ($limit < $end && self::is_joiner($info[$limit])) {
867 if (self::is_joiner($info[$i])) {
968 if ($new_pos + 1 < $end && self::is_joiner($info[$new_pos + 1])) {
1040 if ($new_reph_pos + 1 < $base && self::is_joiner($info[$new_reph_pos + 1])) {
1095 if ($new_reph_pos + 1 < $base && self::is_joiner($info[$new_reph_pos + 1])) {
1188 if ($new_pos < $end && self::is_joiner($info[$new_pos])) {
1262 public static function is_joiner($info) function in Mpdf\\Shaper\\Indic