Searched defs:getNextChar (Results 1 - 9 of 9) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java144 public char getNextChar() throws ParseException { method in class:StringTokenizer
147 buffer + " getNextChar: End of buffer",
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp52 int AsmLexer::getNextChar() { function in class:AsmLexer
130 int CurChar = getNextChar();
149 int CurChar = getNextChar();
151 CurChar = getNextChar();
272 int CurChar = getNextChar();
275 CurChar = getNextChar();
280 CurChar = getNextChar();
308 int CurChar = getNextChar();
313 CurChar = getNextChar();
319 CurChar = getNextChar();
[all...]
/external/llvm/lib/TableGen/
H A DTGLexer.cpp46 int TGLexer::getNextChar() { function in class:TGLexer
64 return getNextChar();
90 int CurChar = getNextChar();
342 int CurChar = getNextChar();
430 int Char = getNextChar();
435 Char = getNextChar();
/external/icu4c/tools/genrb/
H A Dread.c44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
75 c = getNextChar(buf, TRUE, comment, status);
257 c = getNextChar(buf, FALSE, NULL, status);
302 c = getNextChar(buf, TRUE, NULL, status);
317 static UChar32 getNextChar(UCHARBUF* buf, function
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp198 int LLLexer::getNextChar() { function in class:LLLexer
218 int CurChar = getNextChar();
281 if (CurPtr[0] == '\n' || CurPtr[0] == '\r' || getNextChar() == EOF)
296 int CurChar = getNextChar();
333 int CurChar = getNextChar();
/external/v8/benchmarks/
H A Dearley-boyer.js2114 this.peeked = this.getNextChar();
2133 sc_ErrorInputPort.prototype.getNextChar = function() {
2151 sc_StringInputPort.prototype.getNextChar = function() {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js2108 this.peeked = this.getNextChar();
2127 sc_ErrorInputPort.prototype.getNextChar = function() {
2145 sc_StringInputPort.prototype.getNextChar = function() {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js2108 this.peeked = this.getNextChar();
2127 sc_ErrorInputPort.prototype.getNextChar = function() {
2145 sc_StringInputPort.prototype.getNextChar = function() {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js2108 this.peeked = this.getNextChar();
2127 sc_ErrorInputPort.prototype.getNextChar = function() {
2145 sc_StringInputPort.prototype.getNextChar = function() {

Completed in 248 milliseconds