Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php804 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x7f)))
809 ->when($result = LUT::isCharPrintable(LUT::fromCode(0xa0)))
814 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x1100)))
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php928 public static function isCharPrintable($char) function in Hoa\\Ustring\\Ustring