11#if __DCL_HAVE_THIS_FILE__
48 if (!strTemp.compareNoCase(L
"true"))
72 if (!((*it).compareNoCase(pszFileExt)))
110 if ((*it).length() == nLength
111 && (*it).compare(pch, nLength) == 0) {
120 if ((*it).length() == nLength
121 && (*it).compareNoCase(pch, nLength) == 0
#define __DCL_TRACE1(fmt, arg1)
bool isReservedWord(const wchar_t *pch, size_t nLength) const
StringArray __listReservedWords
bool isCommentOff(const wchar_t *pch, size_t nLength) const
bool load(const wchar_t *pszFileName)
bool isValidExtension(const wchar_t *pszFileExt) const
bool isLineComment(const wchar_t *pch, size_t nLength) const
DocSyntax(const String &strLanguageTitle, const String &strExtensions)
bool isCommentOn(const wchar_t *pch, size_t nLength) const
String __strLanguageTitle
StringArray __listFileExtensions
String toStringAll() const