Searched defs:codePointToCharacter (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Encodings/ | ||
H A D | UTF16BE.php | 55 protected function codePointToCharacter(int $code_point): string function in Fisharebest\\Webtrees\\Encodings\\UTF16BE |
H A D | UTF16LE.php | 55 protected function codePointToCharacter(int $code_point): string function in Fisharebest\\Webtrees\\Encodings\\UTF16LE |
H A D | AbstractUTF16Encoding.php | 150 abstract protected function codePointToCharacter(int $code_point): string; function in Fisharebest\\Webtrees\\Encodings\\AbstractUTF16Encoding |