OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_char
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc
121
const char *
next_char
= StripPrefix(line, suppression_types_[type]);
local
122
if (
next_char
&& *
next_char
== ':') {
123
line = ++
next_char
;
/cts/tools/dasm/src/java_cup/
lexer.java
55
protected static int
next_char
;
field in class:lexer
135
next_char
= System.in.read();
136
if (
next_char
== EOF_CHAR)
145
* next_char2 to
next_char
and then reads a new next_char2.
151
old_char =
next_char
;
152
next_char
= next_char2;
153
if (
next_char
== EOF_CHAR)
241
/*
next_char
== '/' at this point */
253
if (
next_char
== EOF_CHAR)
260
if (
next_char
== '*' && next_char2 == '/'
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc
118
next_char
(hb_buffer_t *buffer, hb_codepoint_t glyph)
function
204
next_char
(buffer, glyph);
208
next_char
(buffer, glyph);
212
next_char
(buffer, glyph); /* glyph is initialized in earlier branches. */
/external/v8/preparser/
preparser-process.cc
85
uint8_t
next_char
= buffer_[offset_];
local
87
if (
next_char
> 0x7fu) {
88
fprintf(stderr, "Non-ASCII character in input: '%c'.",
next_char
);
93
return static_cast<int32_t>(
next_char
);
/external/v8/src/
scanner.cc
1051
uc32
next_char
= c0_;
local
1053
AddLiteralChar(
next_char
);
[
all
...]
/cts/tools/dasm/etc/
java_cup-new.jar
java_cup.jar
java_cup.jar.old
/dalvik/dx/etc/
jasmin.jar
Completed in 84 milliseconds