Lines Matching refs:unicode
103 $unicode = $this->toUnicode($match);
104 return array($match,$unicode);
108 list($match,$unicode) = $data;
114 $renderer->doc .= $this->unicodeToImage($unicode);
120 $link = $this->unicodeToImage($unicode);
130 $renderer->cdata($unicode . "\xEF\xB8\x8E");
150 $unicode = $this->smileys[$shortname];
153 $unicode = $this->ruleset->replaceShortCode($shortname);
158 if(stristr($unicode,'-')) {
159 $pairs = explode('-',$unicode);
162 $pairs = array($unicode);
167 private function toShortname($unicode) { argument
168 return $this->client->toShortCallback(array($unicode,$unicode));
175 private function unicodeToImage($unicode) { argument
176 return $this->client->unicodeToImageCallback(array($unicode,$unicode));