Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/
H A Dintl_convert.c53 UChar* dst_buf = NULL; in intl_convert_utf8_to_utf16() local
86 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
93 efree( dst_buf ); in intl_convert_utf8_to_utf16()
97 dst_buf[dst_len] = 0; in intl_convert_utf8_to_utf16()
102 *target = dst_buf; in intl_convert_utf8_to_utf16()

Completed in 5 milliseconds