Home
last modified time | relevance | path

Searched refs:char_count (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
Dquoted_printable.cc25 int char_count = 0; in QuotedPrintableEncode() local
49 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()
/external/ppp/pppd/plugins/
Dwinbind.c213 int char_count = 0; in base64_encode() local
222 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()
/external/v8/src/
Ddisassembler.h53 static int Decode(FILE* f, byte* pc, int* char_count);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Derror_fixer.py430 char_count = 0
433 char_count += len(token.string)
437 if char_count > 80 and token.line_number in self._file_changed_lines:
441 char_count = 0