Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc121 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local
122 if (next_char && *next_char == ':') { in Parse()
123 line = ++next_char; in Parse()
/external/v8/preparser/
Dpreparser-process.cc85 uint8_t next_char = buffer_[offset_]; in Next() local
87 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()
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc118 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
204 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()
/external/v8/src/
Dscanner.cc1051 uc32 next_char = c0_; in ScanIdentifierOrKeyword() local
1053 AddLiteralChar(next_char); in ScanIdentifierOrKeyword()