Lines Matching defs:u

3471 	function _getCharWidth(&$cw, $u, $isdef = true)
3475 if ($u == 0) {
3477 } elseif (isset($cw[$u * 2 + 1])) {
3478 $w = (ord($cw[$u * 2]) << 8) + ord($cw[$u * 2 + 1]);
3492 function _charDefined(&$cw, $u)
3495 if ($u == 0) {
3498 if (isset($cw[$u * 2 + 1])) {
3499 $w = (ord($cw[$u * 2]) << 8) + ord($cw[$u * 2 + 1]);
4495 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
4535 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
5238 $c = isset($this->textparam['u-decoration']['color']) ? $this->textparam['u-decoration']['color'] : '';
5244 $decorationfontkey = isset($this->textparam['u-decoration']['fontkey']) ? $this->textparam['u-decoration']['fontkey'] : '';
5245 $decorationfontsize = isset($this->textparam['u-decoration']['fontsize']) ? $this->textparam['u-decoration']['fontsize'] / $shrin_k : 0;
5260 $ubaseline = isset($this->textparam['u-decoration']['baseline'])
5261 ? $glyphYorigin - $this->textparam['u-decoration']['baseline'] / $shrin_k
5861 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
5947 if (preg_match("/([" . $this->pregCURSchars . "])/u", $s)) {
6758 if (preg_match("/([" . $this->pregCURSchars . "])/u", $chunk)) {
6817 if (preg_match("/[" . $this->CJKoverflow . "]/u", $lastchar)) {
6829 if (preg_match("/[" . $this->CJKoverflow . "]/u", $hanger)) {
6923 $s = preg_split('/' . preg_quote($dp, '/') . '/', $content[0], 2); // ? needs to be /u if not core
8026 if (preg_match("/[" . $this->pregCJKchars . "]/u", $prevchar) && preg_match("/[" . $this->CJKoverflow . "]/u", $checkchar) && $this->allowCJKorphans) {
8032 } elseif (preg_match("/[" . $this->pregCJKchars . "]/u", $checkchar) && $this->allowCJKorphans &&
8033 (preg_match("/[" . $this->CJKleading . "]/u", $followingchar) || preg_match("/[" . $this->CJKfollowing . "]/u", $checkchar)) &&
8034 !preg_match("/[" . $this->CJKleading . "]/u", $checkchar) && !preg_match("/[" . $this->CJKfollowing . "]/u", $followingchar) &&
8035 !(preg_match("/[0-9\x{ff10}-\x{ff19}]/u", $followingchar) && preg_match("/[0-9\x{ff10}-\x{ff19}]/u", $checkchar))) {
8139 elseif (!$this->usingCoreFont && $this->checkCJK && preg_match("/[" . $this->pregCJKchars . "]/u", $checkchar) &&
8140 !preg_match("/[" . $this->CJKfollowing . "]/u", $checkchar) && !preg_match("/[" . $this->CJKleading . "]/u", $prevchar) &&
8141 !(preg_match("/[0-9\x{ff10}-\x{ff19}]/u", $prevchar) && preg_match("/[0-9\x{ff10}-\x{ff19}]/u", $checkchar))) {
8308 if (preg_match("/([" . $this->pregCURSchars . "])/u", $chunk)) {
10503 if (preg_match("/([" . $this->pregRTLchars . "])/u", $texte)) {
13374 if (preg_match("/([" . $this->pregRTLchars . "])/u", $html)) {
13377 if (preg_match("/([\x{20000}-\x{2FFFF}])/u", $html)) {
13380 if (preg_match("/([\x{10000}-\x{1FFFF}])/u", $html)) {
13384 if (preg_match("/([" . $this->pregCJKchars . "])/u", $html)) {
13492 $e = preg_replace("/[\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f]/u", '', $e);
13493 $e = preg_replace("/[\xef\xbb\xbf]/u", '', $e); // Remove ZWNBSP (also Byte order mark FEFF)
13581 $s = preg_split('/' . preg_quote($dp, '/') . '/', $e, 2); // ? needs to be /u if not core
18920 $this->textparam['u-decoration']['baseline'] = $this->textparam['text-baseline'];
18922 $this->textparam['u-decoration']['baseline'] = 0;
18924 $this->textparam['u-decoration']['fontkey'] = $this->FontFamily . $this->FontStyle;
18925 $this->textparam['u-decoration']['fontsize'] = $this->FontSize;
18926 $this->textparam['u-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
18945 if (isset($this->textparam['u-decoration'])) {
18946 unset($this->textparam['u-decoration']);
19041 $this->enabledtags = "<a><acronym><address><article><aside><b><bdi><bdo><big><blockquote><br><caption><center><cite><code><del><details><dd><div><dl><dt><em><fieldset><figcaption><figure><font><form><h1><h2><h3><h4><h5><h6><hgroup><hr><i><img><input><ins><kbd><legend><li><main><mark><meter><nav><ol><option><p><pre><progress><q><s><samp><section><select><small><span><strike><strong><sub><summary><sup><table><tbody><td><template><textarea><tfoot><th><thead><time><tr><tt><u><ul><var><footer><header><annotation><bookmark><textcircle><barcode><dottab><indexentry><indexinsert><watermarktext><watermarkimage><tts><ttz><tta><column_break><columnbreak><newcolumn><newpage><page_break><pagebreak><formfeed><columns><toc><tocentry><tocpagebreak><pageheader><pagefooter><setpageheader><setpagefooter><sethtmlpageheader><sethtmlpagefooter>";
19134 if ($checkletter || (!preg_match('/(\xe2\x80\x8b| )/', trim($line)) && preg_match("/([" . $this->pregCJKchars . "])/u", $line) )) {
19135 if (preg_match("/([" . $this->pregCJKchars . "])/u", $line)) {
19141 $letters = preg_split('//u', $line);
19145 if (preg_match("/[" . $this->CJKleading . "]/u", $letter) && $k > 0) {
19148 if (preg_match("/[" . $this->CJKfollowing . "]/u", $letter) && $k < (count($letters) - 1)) {
25377 if (preg_match("/([" . $this->pregRTLchars . "])/u", $text)) {
25449 if (!preg_match("/[" . $pregRTLchars . "]/u", $chunk) && $dir != 'rtl') {
25573 if (preg_match("/^(.*?)([\x{20000}-\x{2FFFF}]+)(.*)/u", $writehtml_e, $m)) {
25609 $u = [];
25627 $u[] = $char;
25674 foreach ($u as $char) {
25693 if (preg_match("/(.*?)(" . preg_quote($patt, '/') . ")(.*)/u", $writehtml_e, $m)) {
25721 $u = [];
25736 $u[] = $char;
25747 $u[] = $char;
25790 foreach ($u as $char) {
25800 if (preg_match("/(.*?)(" . preg_quote($patt, '/') . ")(.*)/u", $writehtml_e, $m)) {
25839 foreach ($u as $char) {
25849 if (preg_match("/(.*?)(" . preg_quote($patt, '/') . ")(.*)/u", $writehtml_e, $m)) {
25870 if (isset($this->subArrMB['a'][$u[0]])) {
25873 foreach ($u as $char) {
25880 } elseif (isset($this->subArrMB['z'][$u[0]])) {
25883 foreach ($u as $char) {
25890 } elseif (isset($this->subArrMB['s'][$u[0]])) {
25893 foreach ($u as $char) {
25903 if (preg_match("/(.*?)(" . preg_quote($patt, '/') . ")(.*)/u", $writehtml_e, $m)) {
25948 foreach ($u as $char) {
25966 if (preg_match("/(.*?)(" . preg_quote($patt, '/') . ")(.*)/u", $writehtml_e, $m)) {
26806 if ($scriptblocks[$sch] == Ucdn::SCRIPT_LATIN && $this->autoVietnamese && preg_match("/([" . $this->scriptToLanguage->getLanguageDelimiters('viet') . "])/u", $s)) {
26809 if (preg_match("/[" . $this->scriptToLanguage->getLanguageDelimiters('sindhi') . "]/u", $s)) {
26811 } elseif (preg_match("/[" . $this->scriptToLanguage->getLanguageDelimiters('urdu') . "]/u", $s)) {
26813 } elseif (preg_match("/[" . $this->scriptToLanguage->getLanguageDelimiters('pashto') . "]/u", $s)) {
26815 } elseif (preg_match("/[" . $this->scriptToLanguage->getLanguageDelimiters('persian') . "]/u", $s)) {
27058 $html = preg_replace('/\/li>\s+<\/(u|o)l/i', '/li></\\1l', $html);
27059 $html = preg_replace('/\/(u|o)l>\s+<\/li/i', '/\\1l></li', $html);
27060 $html = preg_replace('/\/li>\s+<\/(u|o)l/i', '/li></\\1l', $html);
27062 $html = preg_replace('/<(u|o)l([^>]*)>[ ]+/i', '<\\1l\\2>', $html);
27063 $html = preg_replace('/[ ]+<(u|o)l/i', '<\\1l', $html);