Searched refs:isPlus (Results 1 – 1 of 1) sorted by relevance
34 BOOL isPlus = TRUE; in STD_ConvertAsciiToInt() local46 isPlus = FALSE; in STD_ConvertAsciiToInt()61 return (isPlus)? INT_MAX: INT_MIN; in STD_ConvertAsciiToInt()65 return (isPlus)? (int) val: (int) -val; in STD_ConvertAsciiToInt()80 BOOL isPlus = TRUE; in STD_ConvertAsciiToLong() local92 isPlus = FALSE; in STD_ConvertAsciiToLong()107 return (isPlus)? LONG_MAX: LONG_MIN; in STD_ConvertAsciiToLong()111 return (isPlus)? (long int) val: (long int) -val; in STD_ConvertAsciiToLong()