php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
void | intl_convert_utf8_to_utf16 (UChar **target, int32_t *target_len, const char *src, size_t src_len, UErrorCode *status) |
zend_string * | intl_convert_utf16_to_utf8 (const UChar *src, int32_t src_len, UErrorCode *status) |
zend_string * intl_convert_utf16_to_utf8 | ( | const UChar * | src, |
int32_t | src_len, | ||
UErrorCode * | status ) |
Definition at line 116 of file intl_convert.c.
void intl_convert_utf8_to_utf16 | ( | UChar ** | target, |
int32_t * | target_len, | ||
const char * | src, | ||
size_t | src_len, | ||
UErrorCode * | status ) |
Definition at line 48 of file intl_convert.c.