Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx397 if ( (testCharFlags( c, CHAR_SPACE ) == sal_True) ) in getNextToken()
399 while( testCharFlags( peekChar(), CHAR_SPACE ) == sal_True ) in getNextToken()
776 aCharTypeTab[(int)' ' ] |= CHAR_SPACE; in SimpleTokenizer_Impl()
777 aCharTypeTab[(int)'\t'] |= CHAR_SPACE; in SimpleTokenizer_Impl()
/aoo4110/main/svtools/inc/svtools/
H A Dsyntaxhighlight.hxx91 #define CHAR_SPACE 0x0100 macro

Completed in 10 milliseconds