Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/idn/
H A Didn.c207 UChar* ustring = NULL; in php_intl_idn_to() local
217 intl_convert_utf8_to_utf16(&ustring, &ustring_len, domain, domain_len, &status); in php_intl_idn_to()
224 if (ustring) { in php_intl_idn_to()
225 efree(ustring); in php_intl_idn_to()
233 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
235 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
237 efree(ustring); in php_intl_idn_to()
/PHP-5.5/ext/intl/
H A Dintl_data.h76 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
82 efree(ustring); \
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c59 UChar* ustring = NULL; in PHP_FUNCTION() local
79 intl_convert_utf8_to_utf16(&ustring, &ustring_len, (char*) string, string_len, &status ); in PHP_FUNCTION()
87 if (ustring) { in PHP_FUNCTION()
88 efree( ustring ); in PHP_FUNCTION()
93 ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 TSRMLS_CC ); in PHP_FUNCTION()
95 if (ustring) { in PHP_FUNCTION()
96 efree( ustring ); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4177 0 ustring \xFD7zXZ\x00 XZ compressed data

Completed in 41 milliseconds