Home
last modified time | relevance | path

Searched refs:ustring (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/intl/idn/
H A Didn.c208 UChar* ustring = NULL; in php_intl_idn_to() local
215 intl_convert_utf8_to_utf16(&ustring, &ustring_len, ZSTR_VAL(domain), ZSTR_LEN(domain), &status); in php_intl_idn_to()
222 if (ustring) { in php_intl_idn_to()
223 efree(ustring); in php_intl_idn_to()
240 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
242 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
249 efree(ustring); in php_intl_idn_to()
/PHP-7.3/ext/intl/
H A Dintl_data.h95 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
98 u8str = intl_convert_utf16_to_utf8(ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
100 efree(ustring); \
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c62 UChar* ustring = NULL; in PHP_FUNCTION() local
80 intl_convert_utf8_to_utf16(&ustring, &ustring_len, string, string_len, &status ); in PHP_FUNCTION()
88 if (ustring) { in PHP_FUNCTION()
89 efree( ustring ); in PHP_FUNCTION()
94 ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 ); in PHP_FUNCTION()
96 if (ustring) { in PHP_FUNCTION()
97 efree( ustring ); in PHP_FUNCTION()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic6042 0 ustring \xFD7zXZ\x00 XZ compressed data
H A Dmagic私はガラスを食べられます6042 0 ustring \xFD7zXZ\x00 XZ compressed data

Completed in 123 milliseconds