Home
last modified time | relevance | path

Searched refs:HTML_ISPRINTABLE (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx442 #define HTML_ISPRINTABLE( c ) ( c >= 32 && c != 127) macro
1507 HTML_ISPRINTABLE(cChar) && !HTML_ISSPACE(cChar) ) in GetOptions()
1525 ( !HTML_ISPRINTABLE( (cChar=aToken.GetChar(nPos)) ) || in GetOptions()
1535 ( !HTML_ISPRINTABLE( (cChar=aToken.GetChar(nPos)) ) || in GetOptions()
1626 if( HTML_ISPRINTABLE( c ) ) in GetOptions()

Completed in 20 milliseconds