Searched refs:last_c (Results 1 – 4 of 4) sorted by relevance
44 int last_c = 0; in DecideMultiByteStatsLevel() local48 utf8_pos = UTF8Position(last_c, c, 2); in DecideMultiByteStatsLevel()50 last_c = c; in DecideMultiByteStatsLevel()74 int last_c = 0; in EstimateBitCostsForLiteralsUTF8() local80 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()81 last_c = c; in EstimateBitCostsForLiteralsUTF8()90 int last_c = (i - window_half - 2) < 0 ? in EstimateBitCostsForLiteralsUTF8() local92 int utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()100 int last_c = (i + window_half - 2) < 0 ? in EstimateBitCostsForLiteralsUTF8() local102 int utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()[all …]
9117 var last_c = -9999; variable9121 if (c.charCodeAt(0) > last_c &&9122 c.charCodeAt(0) - 20 < last_c) {9124 last_c = -9999;9127 last_c = c.charCodeAt(0);
31 char last_c = '\0'; in LocateEndOfHeaders() local38 } else if (c != '\r' || last_c != '\n') { in LocateEndOfHeaders()41 last_c = c; in LocateEndOfHeaders()
524 char last_c = '\0'; in LocateEndOfHeaders() local531 } else if (c != '\r' || last_c != '\n') { in LocateEndOfHeaders()534 last_c = c; in LocateEndOfHeaders()