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