Searched refs:isNumOrPct (Results 1 – 1 of 1) sorted by relevance
1112 function isNumOrPct( tok ) { function1122 if( ( val.charAt(0) === 'r' ? isNumOrPct( next() ) : isNum( next() ) ) &&1124 isNumOrPct( next() ) &&1126 isNumOrPct( next() ) &&