Searched refs:src_max (Results 1 – 1 of 1) sorted by relevance
184 int src_max = (src_len && (*src_len >= 0)) ? *src_len : 0x7FFFFFFF; in STDi_ConvertStringSjisToUnicodeCore() local188 while ((dst_pos < dst_max) && (src_pos < src_max)) in STDi_ConvertStringSjisToUnicodeCore()217 if (src_pos + src_count <= src_max) in STDi_ConvertStringSjisToUnicodeCore()240 src_count = src_max - src_pos; in STDi_ConvertStringSjisToUnicodeCore()250 if ((src_pos + src_count > src_max) || (dst_pos + dst_count > dst_max)) in STDi_ConvertStringSjisToUnicodeCore()367 int src_max = (src_len && (*src_len >= 0)) ? *src_len : 0x7FFFFFFF; in STDi_ConvertStringUnicodeToSjisCore() local370 while ((dst_pos < dst_max) && (src_pos < src_max)) in STDi_ConvertStringUnicodeToSjisCore()448 src_count = src_max - src_pos; in STDi_ConvertStringUnicodeToSjisCore()458 if ((src_pos + src_count > src_max) || (dst_pos + dst_count > dst_max)) in STDi_ConvertStringUnicodeToSjisCore()