Searched refs:conv_dst_size (Results 1 – 1 of 1) sorted by relevance
59 int conv_dst_size; in hp_get_string_from_buffer() local85 conv_dst_size = size; in hp_get_string_from_buffer()87 conv_dst_size = dst_size - 1; in hp_get_string_from_buffer()92 utf16s_to_utf8s(src, src_size, UTF16_HOST_ENDIAN, dst, conv_dst_size); in hp_get_string_from_buffer()93 dst[conv_dst_size] = 0; in hp_get_string_from_buffer()95 for (i = 0; i < conv_dst_size; i++) { in hp_get_string_from_buffer()101 if (i == conv_dst_size) in hp_get_string_from_buffer()
Completed in 6 milliseconds