Searched refs:getNextChar (Results 1 - 22 of 22) sorted by relevance

/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp45 int getNextChar() { function in class:MarkupLexer
128 while(Lex.getNextChar() != ':') {
157 for (int CurChar = Lex.getNextChar();
159 CurChar = Lex.getNextChar()) {
164 (void)Lex.getNextChar();
178 (void)Lex.getNextChar();
/external/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h56 int getNextChar();
/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();
310 int CurChar = getNextChar();
313 CurChar = getNextChar();
318 CurChar = getNextChar();
346 int CurChar = getNextChar();
351 CurChar = getNextChar();
357 CurChar = getNextChar();
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPVisitedNetworkIDParser.java135 char next = this.lexer.getNextChar();
143 next = this.lexer.getNextChar();
H A DPUserDatabaseParser.java100 char next = this.lexer.getNextChar();
/external/llvm/lib/TableGen/
H A DTGLexer.cpp47 int TGLexer::getNextChar() { function in class:TGLexer
65 return getNextChar();
91 int CurChar = getNextChar();
352 int CurChar = getNextChar();
440 int Char = getNextChar();
445 Char = getNextChar();
H A DTGLexer.h117 int getNextChar();
/external/chromium_org/third_party/icu/source/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/icu4c/tools/genrb/
H A Dread.c45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
77 c = getNextChar(buf, TRUE, comment, status);
259 c = getNextChar(buf, FALSE, NULL, status);
304 c = getNextChar(buf, TRUE, NULL, status);
319 static UChar32 getNextChar(UCHARBUF* buf, function
/external/llvm/lib/AsmParser/
H A DLLLexer.h71 int getNextChar();
H A DLLLexer.cpp170 int LLLexer::getNextChar() { function in class:LLLexer
190 int CurChar = getNextChar();
254 if (CurPtr[0] == '\n' || CurPtr[0] == '\r' || getNextChar() == EOF)
269 int CurChar = getNextChar();
306 int CurChar = getNextChar();
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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() {
/external/chromium_org/v8/benchmarks/
H A Dearley-boyer.js2114 this.peeked = this.getNextChar();
2133 sc_ErrorInputPort.prototype.getNextChar = function() {
2151 sc_StringInputPort.prototype.getNextChar = function() {
/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/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 493 milliseconds