Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/idn/
H A Didn.c182 UChar* ustring = NULL; in php_intl_idn_to() local
189 intl_convert_utf8_to_utf16(&ustring, &ustring_len, ZSTR_VAL(domain), ZSTR_LEN(domain), &status); in php_intl_idn_to()
196 if (ustring) { in php_intl_idn_to()
197 efree(ustring); in php_intl_idn_to()
214 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
216 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
223 efree(ustring); in php_intl_idn_to()
/PHP-7.4/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.4/ext/intl/grapheme/
H A Dgrapheme_string.c60 UChar* ustring = NULL; in PHP_FUNCTION() local
78 intl_convert_utf8_to_utf16(&ustring, &ustring_len, string, string_len, &status ); in PHP_FUNCTION()
86 if (ustring) { in PHP_FUNCTION()
87 efree( ustring ); in PHP_FUNCTION()
92 ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 ); in PHP_FUNCTION()
94 if (ustring) { in PHP_FUNCTION()
95 efree( ustring ); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6860 0 ustring \xFD7zXZ\x00 XZ compressed data
H A Dmagic6860 0 ustring \xFD7zXZ\x00 XZ compressed data

Completed in 122 milliseconds