Home
last modified time | relevance | path

Searched refs:codePointToUtf8 (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/
H A DString_.php105 return self::codePointToUtf8(hexdec($matches[2]));
121 private static function codePointToUtf8(int $num) : string { function in PhpParser\\Node\\Scalar\\String_
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DUnicode.h32 std::string codePointToUtf8(char32_t cp);
H A DUnicode.cpp24 std::string codePointToUtf8(char32_t cp) { in codePointToUtf8() function
H A Djson.cpp527 return codePointToUtf8(codePoint); in decodeUnicodeEscape()
/dports/textproc/zenxml/zenxml-2.4/zen/
H A Dutf.h142 void codePointToUtf8(CodePoint cp, Function writeOutput) //"writeOutput" is a unary function taking… in codePointToUtf8() function
168 codePointToUtf8(REPLACEMENT_CHAR, writeOutput); //resolves to 3-byte utf8 in codePointToUtf8()
403 [&](CodePoint cp) { codePointToUtf8(cp, [&](char c) { output += c; }); }); in wideToUtf8()
413 [&](CodePoint cp) { codePointToUtf8(cp, [&](char c) { output += c; }); }); in wideToUtf8()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DUnicode.h83 std::string codePointToUtf8(char32_t cp);
H A DUnicode.cpp25 std::string codePointToUtf8(char32_t cp) { in codePointToUtf8() function
H A Djson.cpp637 return codePointToUtf8(codePoint); in decodeUnicodeEscape()
/dports/devel/folly/folly-2021.12.27.00/folly/docs/
H A DOverview.md259 Defines the `codePointToUtf8` function.
/dports/devel/phpunit9/
H A Dphpunit21481 return self::codePointToUtf8(\hexdec($matches[2]));
21494 private static function codePointToUtf8(int $num) : string