Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DUTF16BE.php55 protected function codePointToCharacter(int $code_point): string
H A DUTF16LE.php55 protected function codePointToCharacter(int $code_point): string
H A DAbstractUTF16Encoding.php150 abstract protected function codePointToCharacter(int $code_point): string;