Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/idn/
H A Didn.c204 UChar* ustring = NULL; in php_intl_idn_to() local
213 intl_convert_utf8_to_utf16(&ustring, &ustring_len, domain, domain_len, &status); in php_intl_idn_to()
220 if (ustring) { in php_intl_idn_to()
221 efree(ustring); in php_intl_idn_to()
229 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
231 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
233 efree(ustring); in php_intl_idn_to()
/PHP-7.1/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.1/ext/intl/grapheme/
H A Dgrapheme_string.c59 UChar* ustring = NULL; in PHP_FUNCTION() local
77 intl_convert_utf8_to_utf16(&ustring, &ustring_len, string, string_len, &status ); in PHP_FUNCTION()
85 if (ustring) { in PHP_FUNCTION()
86 efree( ustring ); in PHP_FUNCTION()
91 ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 ); in PHP_FUNCTION()
93 if (ustring) { in PHP_FUNCTION()
94 efree( ustring ); in PHP_FUNCTION()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic4646 0 ustring \xFD7zXZ\x00 XZ compressed data
H A Dmagic私はガラスを食べられます4646 0 ustring \xFD7zXZ\x00 XZ compressed data

Completed in 117 milliseconds