Searched refs:next_char (Results 1 – 4 of 4) sorted by relevance
121 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local122 if (next_char && *next_char == ':') { in Parse()123 line = ++next_char; in Parse()
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()
118 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function204 next_char (buffer, glyph); in decompose_current_character()208 next_char (buffer, glyph); in decompose_current_character()212 next_char (buffer, glyph); /* glyph is initialized in earlier branches. */ in decompose_current_character()
1051 uc32 next_char = c0_; in ScanIdentifierOrKeyword() local1053 AddLiteralChar(next_char); in ScanIdentifierOrKeyword()