Searched refs:mb_chr (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | bootstrap.php | 53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } function
|
H A D | Php72.php | 173 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 D | StringUtils.php | 32 return \mb_chr($code, self::ENCODING);
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 125 if (!function_exists('mb_chr')) { 126 function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } function
|
H A D | bootstrap80.php | 121 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 D | Mbstring.php | 18 * - 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 D | Idn.php | 290 $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')]);
|