Searched refs:isPositive (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DConverters.c265 Boolean isPositive = False; local in function:IsInteger
289 if (ch == '-' && !foundDigit && !isNegative && !isPositive) {
293 if (ch == '+' && !foundDigit && !isNegative && !isPositive) {
294 isPositive = True;

Completed in 4 milliseconds