Searched refs:dst_count (Results 1 – 1 of 1) sorted by relevance
191 int dst_count = 0; in STDi_ConvertStringSjisToUnicodeCore() local204 dst_count = 1; in STDi_ConvertStringSjisToUnicodeCore()211 dst_count = 1; in STDi_ConvertStringSjisToUnicodeCore()228 dst_count = (dst_tmp[0] ? 1 : 0); in STDi_ConvertStringSjisToUnicodeCore()232 if (dst_count == 0) in STDi_ConvertStringSjisToUnicodeCore()241 dst_count = sizeof(dst_tmp) / sizeof(*dst_tmp); in STDi_ConvertStringSjisToUnicodeCore()242 retval = (*callback) (dst_tmp, &dst_count, &src[src_pos], &src_count); in STDi_ConvertStringSjisToUnicodeCore()250 if ((src_pos + src_count > src_max) || (dst_pos + dst_count > dst_max)) in STDi_ConvertStringSjisToUnicodeCore()258 for (i = 0; i < dst_count; ++i) in STDi_ConvertStringSjisToUnicodeCore()264 dst_pos += dst_count; in STDi_ConvertStringSjisToUnicodeCore()[all …]