isLetter         2655 core/AvmCore.cpp 		if (!isLetter(c) && c != '_' /*&& c != ':'*/)
isLetter         2662 core/AvmCore.cpp 			if (isDigit(c) || isLetter(c) || (c == '.') || (c == '-') || (c == '_') || /*(c != ':') ||*/
isLetter         1219 core/AvmCore.h 		static bool isLetter(wchar c);