NextChar          242 base/json/json_parser.cc     if (!CanConsume(1) || (NextChar() && GetNextToken() != T_END_OF_INPUT)) {
NextChar          411 base/json/json_parser.cc         NextChar();
NextChar          427 base/json/json_parser.cc   char next_char = *NextChar();
NextChar          431 base/json/json_parser.cc       char next_char = *NextChar();
NextChar          439 base/json/json_parser.cc       next_char = *NextChar();
NextChar          444 base/json/json_parser.cc         NextChar();
NextChar          494 base/json/json_parser.cc   NextChar();
NextChar          509 base/json/json_parser.cc     NextChar();
NextChar          517 base/json/json_parser.cc     NextChar();
NextChar          526 base/json/json_parser.cc     NextChar();
NextChar          529 base/json/json_parser.cc       NextChar();
NextChar          558 base/json/json_parser.cc   NextChar();
NextChar          569 base/json/json_parser.cc     NextChar();
NextChar          572 base/json/json_parser.cc       NextChar();
NextChar          612 base/json/json_parser.cc   StringBuilder string(NextChar());
NextChar          637 base/json/json_parser.cc       switch (*NextChar()) {
NextChar          648 base/json/json_parser.cc           if (!HexStringToInt(StringPiece(NextChar(), 2), &hex_digit)) {
NextChar          652 base/json/json_parser.cc           NextChar();
NextChar          668 base/json/json_parser.cc           NextChar();
NextChar          762 base/json/json_parser.cc     if (*NextChar() != '\\' || *NextChar() != 'u')
NextChar          765 base/json/json_parser.cc     NextChar();  // Read past 'u'.
NextChar          812 base/json/json_parser.cc     NextChar();
NextChar          826 base/json/json_parser.cc     NextChar();
NextChar          836 base/json/json_parser.cc     NextChar();
NextChar          838 base/json/json_parser.cc       NextChar();
NextChar          888 base/json/json_parser.cc     c = *NextChar();
NextChar          151 base/json/json_parser.h   const char* NextChar();
NextChar          257 base/json/json_parser.h   FRIEND_TEST_ALL_PREFIXES(JSONParserTest, NextChar);
NextChar           26 base/json/json_parser_unittest.cc     EXPECT_EQ(',', *parser->NextChar());
NextChar           27 base/json/json_parser_unittest.cc     EXPECT_EQ('|', *parser->NextChar());
NextChar           28 base/json/json_parser_unittest.cc     EXPECT_EQ('\0', *parser->NextChar());
NextChar           33 base/json/json_parser_unittest.cc TEST_F(JSONParserTest, NextChar) {
NextChar           39 base/json/json_parser_unittest.cc     EXPECT_EQ(input[i], *parser->NextChar());
NextChar           41 base/json/json_parser_unittest.cc   EXPECT_EQ(parser->end_pos_, parser->NextChar());
NextChar           28 chrome/browser/ui/app_list/search/tokenized_string_char_iterator.h   bool NextChar();
NextChar           34 chrome/browser/ui/app_list/search/tokenized_string_char_iterator_unittest.cc   ASSERT_FALSE(iter->NextChar());
NextChar           48 chrome/browser/ui/app_list/search/tokenized_string_char_iterator_unittest.cc     iter.NextChar();
NextChar           77 chrome/browser/ui/app_list/search/tokenized_string_char_iterator_unittest.cc     if (iter.NextChar())
NextChar           68 chrome/browser/ui/app_list/search/tokenized_string_match.cc       query_iter.NextChar();
NextChar           69 chrome/browser/ui/app_list/search/tokenized_string_match.cc       text_iter.NextChar();
NextChar           95 components/policy/core/common/preg_parser_win.cc   while ((current = NextChar(cursor, end)) > 0x0000)
NextChar          253 components/policy/core/common/preg_parser_win.cc     if (NextChar(&cursor, end) != kDelimBracketOpen)
NextChar          266 components/policy/core/common/preg_parser_win.cc     int current = NextChar(&cursor, end);
NextChar          270 components/policy/core/common/preg_parser_win.cc       current = NextChar(&cursor, end);
NextChar          276 components/policy/core/common/preg_parser_win.cc       current = NextChar(&cursor, end);
NextChar          282 components/policy/core/common/preg_parser_win.cc       current = NextChar(&cursor, end);
NextChar          291 components/policy/core/common/preg_parser_win.cc       current = NextChar(&cursor, end);
NextChar          311 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     NextChar();
NextChar          320 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     NextChar();
NextChar          330 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     NextChar();
NextChar          340 third_party/protobuf/src/google/protobuf/io/tokenizer.cc       NextChar();
NextChar          360 third_party/protobuf/src/google/protobuf/io/tokenizer.cc         NextChar();
NextChar          401 third_party/protobuf/src/google/protobuf/io/tokenizer.cc           NextChar();
NextChar          404 third_party/protobuf/src/google/protobuf/io/tokenizer.cc         NextChar();
NextChar          470 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     NextChar();
NextChar          488 third_party/protobuf/src/google/protobuf/io/tokenizer.cc       NextChar();
NextChar          575 third_party/protobuf/src/google/protobuf/io/tokenizer.cc       NextChar();
NextChar          621 third_party/protobuf/src/google/protobuf/io/tokenizer.cc         NextChar();
NextChar          270 third_party/protobuf/src/google/protobuf/io/tokenizer.h   void NextChar();