Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c662 unsigned char utf8_length = 0; in utf16_literal_to_utf8() local
726 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()