Searched defs:text_count (Results 1 – 4 of 4) sorted by relevance
127 text_count = '' variable132 text_count = '%s %s ' % (text_count, status_dict[problem_count]) variable134 text_count = '%s%5d ' % (text_count, problem_count) variable136 text_count = '%s Total failure count (Fail + Flaky)' % text_count variable
284 int32_t text_count = intCharCounts[EncoderIndex(Encoding::TEXT)]; in LookAheadTest() local
369 static int text_count(size_t start, size_t end, char c) in text_count() function
487 int text_count = text_last - text_start + 1; in GetPageText() local