Searched refs:ustring (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/intl/ |
H A D | intl_data.h | 103 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument 106 u8str = intl_convert_utf16_to_utf8(ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \ 108 efree(ustring); \
|
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_string.c | 37 UChar* ustring = NULL; in PHP_FUNCTION() local 53 intl_convert_utf8_to_utf16(&ustring, &ustring_len, string, string_len, &status ); in PHP_FUNCTION() 61 if (ustring) { in PHP_FUNCTION() 62 efree( ustring ); in PHP_FUNCTION() 67 ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 ); in PHP_FUNCTION() 69 if (ustring) { in PHP_FUNCTION() 70 efree( ustring ); in PHP_FUNCTION()
|
/PHP-8.2/ext/fileinfo/ |
H A D | magicdata.patch | 14 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 7707 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
|
H A D | magic私はガラスを食べられます | 7707 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
|
Completed in 139 milliseconds