Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/
H A Dintl_data.h103 #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 Dgrapheme_string.c37 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 Dmagicdata.patch14 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic7707 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
H A Dmagic私はガラスを食べられます7707 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum

Completed in 139 milliseconds