Home
last modified time | relevance | path

Searched defs:codePointToCharacter (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Encodings/
H A DUTF16BE.php55 protected function codePointToCharacter(int $code_point): string function in Fisharebest\\Webtrees\\Encodings\\UTF16BE
H A DUTF16LE.php55 protected function codePointToCharacter(int $code_point): string function in Fisharebest\\Webtrees\\Encodings\\UTF16LE
H A DAbstractUTF16Encoding.php150 abstract protected function codePointToCharacter(int $code_point): string; function in Fisharebest\\Webtrees\\Encodings\\AbstractUTF16Encoding