Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJPath.c64 static int is_space(char ch) in is_space() function
112 return isalnum(ch) || ch == '"' || is_space(ch) || is_key_char(ch) || is_opt_char(ch); in is_json_char()
176 while (is_space(*ch)) { in get_next_word()
236 while (word > exp_str && is_space(*word)) { in get_next_word()

Completed in 2 milliseconds