Lines Matching refs:suffix
142 char suffix = ' ', plusFlag = ' ';
161 // Extract numeric response and, if present, suffix
165 inString >> response >> suffix;
166 suffix = toupper(suffix);
167 foundAt = suffixes.find(suffix);
168 // If suffix is invalid, try to find a valid one. Done because users
169 // sometimes enter decimal numbers; when they do, suffix becomes
170 // '.', and we need to truncate the number and find the real suffix.
172 inString >> suffix;
173 foundAt = suffixes.find(suffix);
174 suffix = toupper(suffix);
179 suffix = ' ';
183 // Find multiplication and division factors for the suffix