Lines Matching refs:total_count
1797 var total_count = body.count;1805 var max_count_digits = digitsIn(total_count);1853 result += '\n total count: '+(total_count+roots_count)+'\n';1863 var has_more = ((first_index + length) <= total_count);1866 result += ' ['+ length +' of '+ total_count +