Searched refs:utf8_length (Results 1 – 2 of 2) sorted by relevance
653 unsigned char utf8_length = 0; in utf16_literal_to_utf8() local717 utf8_length = 1; in utf16_literal_to_utf8()722 utf8_length = 2; in utf16_literal_to_utf8()728 utf8_length = 3; in utf16_literal_to_utf8()734 utf8_length = 4; in utf16_literal_to_utf8()744 for (utf8_position = (unsigned char)(utf8_length - 1); utf8_position > 0; utf8_position--) in utf16_literal_to_utf8()751 if (utf8_length > 1) in utf16_literal_to_utf8()760 *output_pointer += utf8_length; in utf16_literal_to_utf8()
662 unsigned char utf8_length = 0; in utf16_literal_to_utf8() local726 utf8_length = 1; in utf16_literal_to_utf8()731 utf8_length = 2; in utf16_literal_to_utf8()737 utf8_length = 3; in utf16_literal_to_utf8()743 utf8_length = 4; in utf16_literal_to_utf8()753 for (utf8_position = (unsigned char)(utf8_length - 1); utf8_position > 0; utf8_position--) in utf16_literal_to_utf8()760 if (utf8_length > 1) in utf16_literal_to_utf8()769 *output_pointer += utf8_length; in utf16_literal_to_utf8()