Searched refs:ASCALL_NUM_START_INDEX (Results 1 – 1 of 1) sorted by relevance
34 constexpr int ASCALL_NUM_START_INDEX = 48; // the range of numbers in the ascll table variable265 if (item >= ASCALL_NUM_START_INDEX && item <= ASCALL_NUM_END_INDEX) { in IsValidateNum()