HomeSort by relevance Sort by last modified time
    Searched full:end_of_input (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/json/
json_reader.cc 156 if (ParseToken().type == Token::END_OF_INPUT) {
188 case Token::END_OF_INPUT:
492 token.type = Token::END_OF_INPUT;
json_reader.h 65 END_OF_INPUT,
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 234 /* end_of_input points to the last byte of input as opposed to the next to the last byte. */
235 Uint8 const *const end_of_input = utf8 + utf8_length - 1; local
237 while (utf8 <= end_of_input) {
252 if (end_of_input - utf8 < 1 || (((utf8[1] ^ 0x80)) & 0xC0)) {
259 if (end_of_input - utf8 < 2 || (((utf8[1] ^ 0x80) | (utf8[2] ^ 0x80)) & 0xC0)) {
267 if (end_of_input - utf8 < 3 || (((utf8[1] ^ 0x80) | (utf8[2] ^0x80) | (utf8[3] ^ 0x80)) & 0xC0)) {
    [all...]
  /external/v8/src/
ast.cc 362 case RegExpAssertion::END_OF_INPUT:
ast.h     [all...]
parser.cc     [all...]
jsregexp.cc     [all...]

Completed in 87 milliseconds