Searched refs:char_count (Results 1 – 4 of 4) sorted by relevance
25 int char_count = 0; in QuotedPrintableEncode() local49 char_count = 0; in QuotedPrintableEncode()57 if (!last_char && char_count > min_chars_needed) { in QuotedPrintableEncode()60 char_count = 0; in QuotedPrintableEncode()66 char_count++; in QuotedPrintableEncode()71 char_count += 3; in QuotedPrintableEncode()
213 int char_count = 0; in base64_encode() local222 char_count++; in base64_encode()223 if (char_count == 3) { in base64_encode()229 char_count = 0; in base64_encode()234 if (char_count != 0) { in base64_encode()235 bits <<= 16 - (8 * char_count); in base64_encode()238 if (char_count == 1) { in base64_encode()
53 static int Decode(FILE* f, byte* pc, int* char_count);
430 char_count = 0433 char_count += len(token.string)437 if char_count > 80 and token.line_number in self._file_changed_lines:441 char_count = 0