Home
last modified time | relevance | path

Searched refs:mb_chr (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } function
H A DPhp72.php173 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Php72\\Php72
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php32 return \mb_chr($code, self::ENCODING);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php125 if (!function_exists('mb_chr')) {
126 function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } function
H A Dbootstrap80.php121 if (!function_exists('mb_chr')) {
122 function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_chr((int) $codepoint, $encoding); } function
H A DMbstring.php18 * - mb_chr - Returns a specific character from its Unicode code point
187 return self::mb_chr($c - $convmap[$i + 2]);
757 public static function mb_chr($code, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php290 $str .= mb_chr($codePoint, 'utf-8');
305 $str .= ($transitional ? $data['mapping'] : mb_chr($codePoint, 'utf-8'));
647 array_splice($output, $i++, 0, [mb_chr($n, 'utf-8')]);