Searched refs:next_char (Results 1 – 3 of 3) sorted by relevance
85 uint8_t next_char = buffer_[offset_]; in Next() local87 if (next_char > 0x7fu) { in Next()88 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char); in Next()93 return static_cast<int32_t>(next_char); in Next()
608 wchar_t next_char = *(json_pos_ + 1); in EatComment() local609 if ('/' == next_char) { in EatComment()622 } else if ('*' == next_char) { in EatComment()
947 uc32 next_char = c0_; in ScanIdentifierOrKeyword() local949 AddLiteralChar(next_char); in ScanIdentifierOrKeyword()