HomeSort by relevance Sort by last modified time
    Searched refs:next_char (Results 1 - 10 of 10) sorted by null

  /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...]
  /frameworks/base/core/jni/
Time.cpp 106 next_char(int *m, int k) function in namespace:android
119 buf[0] = next_char(&n, 1000);
120 buf[1] = next_char(&n, 100);
121 buf[2] = next_char(&n, 10);
125 buf[4] = next_char(&n, 10);
129 buf[6] = next_char(&n, 10);
136 buf[9] = next_char(&n, 10);
140 buf[11] = next_char(&n, 10);
144 buf[13] = next_char(&n, 10);
  /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);
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 198 static int next_char; variable
219 next_char = GETC();
240 c = next_char;
249 next_char = EOF;
269 next_char = c;
  /system/core/toolbox/
readtty.c 26 char next_char(char key, char current) function
172 current_char = next_char(last_char_in, current_char);
  /external/chromium/base/json/
json_reader.cc 608 wchar_t next_char = *(json_pos_ + 1); local
609 if ('/' == next_char) {
622 } else if ('*' == next_char) {
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 395 milliseconds