Searched refs:fromUtf8 (Results 1 – 9 of 9) sorted by relevance
50 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractEncoding89 $this->fromUtf8("\n"),90 $this->fromUtf8("\r"),91 $this->fromUtf8(' '),
37 public function fromUtf8(string $text): string; function
43 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractUTF16Encoding
812 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\UTF8833 return $this->fromUtf8($text);
682 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\ANSEL691 $text = parent::fromUtf8($text);
84 $data_out = $this->dst_encoding->fromUtf8($this->src_encoding->toUtf8($data_in));95 … $data_out = $this->dst_encoding->fromUtf8($this->src_encoding->toUtf8($this->data));
158 … static::assertSame($utf8, $encoding->toUtf8($encoding->fromUtf8($utf8)), 'U+' . dechex($code));178 self::assertSame($other, $encoding->fromUtf8($utf8));
49 self::assertSame($char, $encoding->fromUtf8($char));
496 …message: '#^Method Fisharebest\\Webtrees\\Encodings\\ANSEL\:\:fromUtf8\(\) should return string bu…1084 …message: '#^Cannot call method fromUtf8\(\) on Fisharebest\\Webtrees\\Encodings\\EncodingInterface…