Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c154 static const unsigned char firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; variable
198 case 1: *--ptr2 =(uc | firstByteMark[len]); in parse_string()