Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A Dutf8_decode.c62 if (utf8->the_index >= utf8->the_length) { in get()
65 c = utf8->the_input[utf8->the_index] & 0xFF; in get()
66 utf8->the_index += 1; in get()
89 utf8->the_index = 0; in utf8_decode_init()
130 if (utf8->the_index >= utf8->the_length) { in utf8_decode_next()
131 return utf8->the_index == utf8->the_length ? UTF8_END : UTF8_ERROR; in utf8_decode_next()
133 utf8->the_byte = utf8->the_index; in utf8_decode_next()
H A Dutf8_decode.h8 int the_index; member
H A DJSON_parser.c444 int the_index; in parse_JSON_ex() local
455 for (the_index = 0; the_index < length; the_index += 1) { in parse_JSON_ex()
456 next_char = utf16_json[the_index]; in parse_JSON_ex()

Completed in 12 milliseconds