Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/svrtf/
H A Dparrtf.cxx38 #define RTF_ISDIGIT( c ) (c >= '0' && c <= '9') macro
135 if( RTF_ISDIGIT( nNextCh ) ) in _GetNextToken()
142 } while( RTF_ISDIGIT( nNextCh ) ); in _GetNextToken()
417 if( '-' == nNextCh || RTF_ISDIGIT( nNextCh ) ) in ScanText()
498 (RTF_ISALPHA(nNextCh) || RTF_ISDIGIT(nNextCh)) && in ScanText()

Completed in 11 milliseconds