Searched refs:RTF_ISDIGIT (Results 1 – 1 of 1) sorted by relevance
38 #define RTF_ISDIGIT( c ) (c >= '0' && c <= '9') macro135 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 8 milliseconds