Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c533 unsigned char utf8_position = 0; in utf16_literal_to_utf8() local
603 for (utf8_position = (unsigned char)(utf8_length - 1); utf8_position > 0; utf8_position--) { in utf16_literal_to_utf8()
605 (*output_pointer)[utf8_position] = (unsigned char)((codepoint | 0x80) & 0xBF); in utf16_literal_to_utf8()