isDigit          2662 core/AvmCore.cpp 			if (isDigit(c) || isLetter(c) || (c == '.') || (c == '-') || (c == '_') || /*(c != ':') ||*/
isDigit          1220 core/AvmCore.h 		static bool isDigit(wchar c);
isDigit          1375 extensions/JavaGlue.cpp 			if (AvmCore::isDigit(*str[0]) || *str[0] == '-')