Check whether specified symbol is underscore or not.
inline bool isUnderscore(const char c);
inline bool isUnderscore(const wchar_t c);