Searched refs:parseState (Results 1 – 6 of 6) sorted by relevance
107 int parseState = PARSE_TAG; in TestExtended() local138 switch (parseState) { in TestExtended()141 parseState = savedState; in TestExtended()148 parseState = PARSE_COMMENT; in TestExtended()183 parseState = PARSE_RULES; in TestExtended()202 parseState = PARSE_DATA; in TestExtended()220 parseState = PARSE_TAG; in TestExtended()228 parseState = PARSE_TAG; in TestExtended()262 parseState = PARSE_TAG; in TestExtended()310 parseState = PARSE_NUM; in TestExtended()[all …]
110 int parseState = PARSE_TAG; in TestExtended() local141 switch (parseState) { in TestExtended()144 parseState = savedState; in TestExtended()151 parseState = PARSE_COMMENT; in TestExtended()186 parseState = PARSE_RULES; in TestExtended()205 parseState = PARSE_DATA; in TestExtended()223 parseState = PARSE_TAG; in TestExtended()231 parseState = PARSE_TAG; in TestExtended()265 parseState = PARSE_TAG; in TestExtended()313 parseState = PARSE_NUM; in TestExtended()[all …]
24 function parseState(s) { function120 var state = parseState(maybe_func[1]);
62 function parseState(s) { function267 var state = parseState(maybe_func[1]);
1125 parseState = PARSE_TAG; in TestExtended() local1154 switch (parseState) { in TestExtended()1157 parseState = savedState; in TestExtended()1164 parseState = PARSE_COMMENT; in TestExtended()1209 parseState = PARSE_RULES; in TestExtended()1227 parseState = PARSE_DATA; in TestExtended()1237 parseState = PARSE_COMMENT; in TestExtended()1246 parseState = PARSE_TAG; in TestExtended()1257 parseState = PARSE_TAG; in TestExtended()1289 parseState = PARSE_TAG; in TestExtended()[all …]
52 parseState(const char *s, int32_t state[256], uint32_t *pFlags) { in parseState() function196 error=parseState(s, states->stateTable[states->countStates], in ucm_addState()