Searched refs:dst_buf (Results 1 – 1 of 1) sorted by relevance
55 UChar* dst_buf = NULL; in intl_convert_utf8_to_utf16() local88 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 8 milliseconds