Searched refs:next_char (Results 1 - 2 of 2) sorted by relevance

/external/v8/preparser/
H A Dpreparser-process.cc70 uint8_t next_char = buffer_[offset_]; local
72 if (next_char > 0x7fu) {
73 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char);
78 return static_cast<int32_t>(next_char);
/external/chromium/base/json/
H A Djson_reader.cc608 wchar_t next_char = *(json_pos_ + 1); local
609 if ('/' == next_char) {
622 } else if ('*' == next_char) {

Completed in 132 milliseconds