Searched refs:src_count (Results 1 – 1 of 1) sorted by relevance
192 int src_count; in STDi_ConvertStringSjisToUnicodeCore() local203 src_count = 1; in STDi_ConvertStringSjisToUnicodeCore()210 src_count = 1; in STDi_ConvertStringSjisToUnicodeCore()216 src_count = 2; in STDi_ConvertStringSjisToUnicodeCore()217 if (src_pos + src_count <= src_max) in STDi_ConvertStringSjisToUnicodeCore()240 src_count = src_max - src_pos; 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()263 src_pos += src_count; in STDi_ConvertStringSjisToUnicodeCore()374 int src_count = 1; in STDi_ConvertStringUnicodeToSjisCore() local[all …]