Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJPath.c76 static int is_opt_char(char ch) in is_opt_char() function
112 return isalnum(ch) || ch == '"' || is_space(ch) || is_key_char(ch) || is_opt_char(ch); in is_json_char()
119 } else if (is_opt_char(ch)) { in get_char_type()
269 (sub_opt_status[sub_opt_status_idx + 1] == '=' && is_opt_char(*wordbegin))) { in lex_process()

Completed in 3 milliseconds