Searched refs:the_index (Results 1 – 3 of 3) sorted by relevance
62 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()
8 int the_index; member
444 int the_index; in parse_JSON_ex() local455 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 7 milliseconds