Searched refs:RTF_ISDIGIT (Results 1 – 1 of 1) sorted by relevance
40 #define RTF_ISDIGIT( c ) (c >= '0' && c <= '9') macro137 if( RTF_ISDIGIT( nNextCh ) ) in _GetNextToken()144 } while( RTF_ISDIGIT( nNextCh ) ); in _GetNextToken()419 if( '-' == nNextCh || RTF_ISDIGIT( nNextCh ) ) in ScanText()500 (RTF_ISALPHA(nNextCh) || RTF_ISDIGIT(nNextCh)) && in ScanText()
Completed in 10 milliseconds