Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c653 unsigned char utf8_length = 0; in utf16_literal_to_utf8() local
717 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp662 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()