Home
last modified time | relevance | path

Searched refs:the_length (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/json/
H A Dutf8_decode.c62 if (utf8->the_index >= utf8->the_length) { in get()
91 utf8->the_length = length; 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()
H A Dutf8_decode.h10 int the_length; member

Completed in 7 milliseconds