Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php684 ->when($result = $string->getByteAt(0))
689 ->when($result = $string->getByteAt(1))
694 ->when($result = $string->getByteAt(2))
699 ->when($result = $string->getByteAt(3))
704 ->when($result = $string->getByteAt(-1))
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php716 public function getByteAt($offset) function in Hoa\\Ustring\\Ustring