Searched refs:nextChar (Results 1 – 2 of 2) sorted by relevance
304 int mode = NONE, unicode = 0, count = 0, nextChar; in load() local308 while ((nextChar = in.read()) != -1) { in load()310 int digit = Character.digit((char) nextChar, 16); in load()319 if (nextChar != '\n') { in load()325 switch (nextChar) { in load()333 nextChar = '\b'; in load()336 nextChar = '\f'; in load()339 nextChar = '\n'; in load()342 nextChar = '\r'; in load()345 nextChar = '\t'; in load()[all …]
282 char nextChar, buf[] = new char[40]; in load() local293 nextChar = (char) intVal; in load()301 int digit = Character.digit(nextChar, 16); in load()312 if (nextChar != '\n') { in load()318 switch (nextChar) { in load()326 nextChar = '\b'; in load()329 nextChar = '\f'; in load()332 nextChar = '\n'; in load()335 nextChar = '\r'; in load()338 nextChar = '\t'; in load()[all …]