Searched refs:HTML_ISSPACE (Results 1 – 1 of 1) sorted by relevance
441 #define HTML_ISSPACE( c ) ( ' ' == c || (c >= 0x09 && c <= 0x0d) ) macro1156 } while( '>' != nNextCh && !HTML_ISSPACE( nNextCh ) && in _GetNextToken()1163 while( HTML_ISSPACE( nNextCh ) && IsParserWorking() ) in _GetNextToken()1507 HTML_ISPRINTABLE(cChar) && !HTML_ISSPACE(cChar) ) in GetOptions()1526 HTML_ISSPACE(cChar) ) ) in GetOptions()1990 if( '>'==(c=sCmp.GetChar(nPos)) || HTML_ISSPACE(c) ) in IsHTMLFormat()
Completed in 14 milliseconds