Searched refs:ustring (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/intl/idn/ |
H A D | idn.c | 204 UChar* ustring = NULL; in php_intl_idn_to() local 214 intl_convert_utf8_to_utf16(&ustring, &ustring_len, domain, domain_len, &status); in php_intl_idn_to() 221 if (ustring) { in php_intl_idn_to() 222 efree(ustring); in php_intl_idn_to() 230 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to() 232 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to() 234 efree(ustring); in php_intl_idn_to()
|
/PHP-5.6/ext/intl/ |
H A D | intl_data.h | 76 #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.6/ext/intl/grapheme/ |
H A D | grapheme_string.c | 59 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.6/ext/fileinfo/tests/ |
H A D | magic | 4384 0 ustring \xFD7zXZ\x00 XZ compressed data
|
Completed in 79 milliseconds