Searched refs:next_class (Results 1 – 2 of 2) sorted by relevance
426 int next_class; /* the next character class */ in parse_JSON() local441 next_class = C_ETC; in parse_JSON()443 next_class = ascii_class[next_char]; in parse_JSON()444 if (next_class <= __) { in parse_JSON()453 next_state = state_transition_table[jp->state][next_class]; in parse_JSON()494 } else if (type < IS_LONG && (next_class == C_DIGIT || next_class == C_ZERO)) { in parse_JSON()500 } else if (type < IS_DOUBLE && next_class == C_POINT) { in parse_JSON()503 } else if (type < IS_STRING && next_class == C_QUOTE) { in parse_JSON()509 } else if (type != IS_STRING && next_class > C_WHITE) { in parse_JSON()
4201 goto next_class; in parse_char_class()4212 next_class: in parse_char_class()4225 goto next_class; in parse_char_class()
Completed in 19 milliseconds