Searched refs:dst_len_tmp (Results 1 – 1 of 1) sorted by relevance
1827 size_t dst_len = tmp_len * 6, dst_len_tmp = dst_len; in psl_str_to_utf8lower() local1833 else if (iconv(cd, (WINICONV_CONST char **)&tmp, &tmp_len, &dst_tmp, &dst_len_tmp) != (size_t)-1 in psl_str_to_utf8lower()1834 && iconv(cd, NULL, NULL, &dst_tmp, &dst_len_tmp) != (size_t)-1) in psl_str_to_utf8lower()1839 size_t len = dst_len - dst_len_tmp; in psl_str_to_utf8lower()