next_class 442 ext/json/JSON_parser.c int next_class; /* the next character class */ next_class 458 ext/json/JSON_parser.c next_class = C_ETC; next_class 460 ext/json/JSON_parser.c next_class = ascii_class[next_char]; next_class 461 ext/json/JSON_parser.c if (next_class <= __) { next_class 470 ext/json/JSON_parser.c next_state = state_transition_table[jp->state][next_class]; next_class 511 ext/json/JSON_parser.c } else if (type < IS_LONG && (next_class == C_DIGIT || next_class == C_ZERO)) { next_class 517 ext/json/JSON_parser.c } else if (type < IS_DOUBLE && next_class == C_POINT) { next_class 520 ext/json/JSON_parser.c } else if (type < IS_STRING && next_class == C_QUOTE) { next_class 526 ext/json/JSON_parser.c } else if (type != IS_STRING && next_class > C_WHITE) { next_class 4319 ext/mbstring/oniguruma/regparse.c goto next_class; next_class 4326 ext/mbstring/oniguruma/regparse.c next_class: next_class 4339 ext/mbstring/oniguruma/regparse.c goto next_class;