Searched refs:toAscii (Results 1 – 4 of 4) sorted by relevance
55 * Add emoji and other symbols supports to `toAscii`. (Ivan Enderlin, 2015-01-06T11:17:32+01:00)56 * Update `toAscii` to use a transliterator. (Ivan Enderlin, 2015-01-06T10:58:07+01:00)
155 $emoji->toAscii(), "\n",156 $maths->toAscii(), "\n";
489 public function toAscii($try = false) function in Hoa\\Ustring\\Ustring
948 $string->toAscii();962 ->when($result = $string->toAscii(true))979 ->when($result = $string->toAscii())1030 ->when($result = $string->toAscii())