Searched refs:case_len (Results 1 – 3 of 3) sorted by relevance
/device/google/coral/json-c/ |
D | json_tokener.c | 670 int case_len=0; in json_tokener_parse_ex() local 672 ++case_len; in json_tokener_parse_ex() 676 printbuf_memappend_fast(tok->pb, case_start, case_len); in json_tokener_parse_ex() 680 if (case_len>0) in json_tokener_parse_ex() 681 printbuf_memappend_fast(tok->pb, case_start, case_len); in json_tokener_parse_ex() 684 if (tok->pb->buf[0] == '-' && case_len == 1 && in json_tokener_parse_ex()
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 670 int case_len=0; in json_tokener_parse_ex() local 672 ++case_len; in json_tokener_parse_ex() 676 printbuf_memappend_fast(tok->pb, case_start, case_len); in json_tokener_parse_ex() 680 if (case_len>0) in json_tokener_parse_ex() 681 printbuf_memappend_fast(tok->pb, case_start, case_len); in json_tokener_parse_ex() 684 if (tok->pb->buf[0] == '-' && case_len == 1 && in json_tokener_parse_ex()
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 670 int case_len=0; in json_tokener_parse_ex() local 672 ++case_len; in json_tokener_parse_ex() 676 printbuf_memappend_fast(tok->pb, case_start, case_len); in json_tokener_parse_ex() 680 if (case_len>0) in json_tokener_parse_ex() 681 printbuf_memappend_fast(tok->pb, case_start, case_len); in json_tokener_parse_ex() 684 if (tok->pb->buf[0] == '-' && case_len == 1 && in json_tokener_parse_ex()
|