Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/
H A Dintl_convert.c55 UChar* dst_buf = NULL; in intl_convert_utf8_to_utf16() local
88 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
95 efree( dst_buf ); in intl_convert_utf8_to_utf16()
99 dst_buf[dst_len] = 0; in intl_convert_utf8_to_utf16()
104 *target = dst_buf; in intl_convert_utf8_to_utf16()

Completed in 5 milliseconds