Lines Matching refs:last_c
40 size_t last_c = 0; in DecideMultiByteStatsLevel() local
44 ++counts[UTF8Position(last_c, c, 2)]; in DecideMultiByteStatsLevel()
45 last_c = c; in DecideMultiByteStatsLevel()
68 size_t last_c = 0; in EstimateBitCostsForLiteralsUTF8() local
74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
75 last_c = c; in EstimateBitCostsForLiteralsUTF8()
85 size_t last_c = in EstimateBitCostsForLiteralsUTF8() local
87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
94 size_t last_c = data[(pos + i + window_half - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
101 size_t last_c = i < 2 ? 0 : data[(pos + i - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
102 size_t utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()