Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c531 const unsigned char *first_sequence = input_pointer; in utf16_literal_to_utf8() local
537 if ((input_end - first_sequence) < 6) { in utf16_literal_to_utf8()
543 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
550 const unsigned char *second_sequence = first_sequence + 6; in utf16_literal_to_utf8()