Searched refs:utf8_pos2 (Results 1 – 1 of 1) sorted by relevance
87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() local88 --histogram[utf8_pos2][data[(pos + i - window_half) & mask]]; in EstimateBitCostsForLiteralsUTF8()89 --in_window_utf8[utf8_pos2]; in EstimateBitCostsForLiteralsUTF8()95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8() local96 ++histogram[utf8_pos2][data[(pos + i + window_half) & mask]]; in EstimateBitCostsForLiteralsUTF8()97 ++in_window_utf8[utf8_pos2]; in EstimateBitCostsForLiteralsUTF8()