Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c532 unsigned char utf8_length = 0; in utf16_literal_to_utf8() local
584 utf8_length = 1; in utf16_literal_to_utf8()
587 utf8_length = 2; in utf16_literal_to_utf8()
591 utf8_length = 3; in utf16_literal_to_utf8()
595 utf8_length = 4; in utf16_literal_to_utf8()
603 for (utf8_position = (unsigned char)(utf8_length - 1); utf8_position > 0; utf8_position--) { in utf16_literal_to_utf8()
609 if (utf8_length > 1) { in utf16_literal_to_utf8()
615 *output_pointer += utf8_length; in utf16_literal_to_utf8()