isDigit
else if (!isDigit(list[n]))
return ((isDigit(UChar(c)) || (c == '-')) ? TRUE : FALSE);
return ((isDigit(c) ||