Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php123 if (self::in_range($u, 0xFE00, 0xFE0F)) {
455 public static function in_range($u, $lo, $hi) function in Mpdf\\Shaper\\Myanmar
H A DIndic.php123 if ($cat == self::OT_X && self::in_range($u, 0x17CB, 0x17D3)) { /* Khmer Various signs */
146 if (self::in_range($u, 0x0951, 0x0954)) {
1280 public static function in_range($u, $lo, $hi) function in Mpdf\\Shaper\\Indic
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php918 if (Indic::in_range($this->OTLdata[$ptr]['uni'], 0x0F20, 0x0F33) && $this->OTLdata[$ptr + 1]['uni'] == 0x0F3F) {