Searched refs:count_chars (Results 1 – 3 of 3) sorted by relevance
46 unsigned count_chars(const S& s, charT c) in count_chars() function101 …if((pos != 0) && (count_chars(sa, maybe_delim) == count_chars(sA, maybe_delim)) && (count_chars(sa… in find_sort_syntax()
44 static size_t count_chars(void *userp, const char *buf, size_t len) in count_chars() function156 curl_formget(formpost, (void *) &formlength, count_chars); in test()
1795 count_chars = [(count, c) for (c, count) in char_counters.items()]1796 count_chars.sort(reverse=True)1797 for cc in count_chars: