Home
last modified time | relevance | path

Searched refs:getNextChar (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/tools/genrb/
Dread.c44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UError…
75 c = getNextChar(buf, TRUE, comment, status); in getNextToken()
257 c = getNextChar(buf, FALSE, NULL, status); in getStringToken()
302 c = getNextChar(buf, TRUE, NULL, status); in getStringToken()
317 static UChar32 getNextChar(UCHARBUF* buf, in getNextChar() function
/external/icu4c/tools/genrb/
Dread.c44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UError…
75 c = getNextChar(buf, TRUE, comment, status); in getNextToken()
257 c = getNextChar(buf, FALSE, NULL, status); in getStringToken()
302 c = getNextChar(buf, TRUE, NULL, status); in getStringToken()
317 static UChar32 getNextChar(UCHARBUF* buf, in getNextChar() function
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
DPVisitedNetworkIDParser.java135 char next = this.lexer.getNextChar(); in parseQuotedString()
143 next = this.lexer.getNextChar(); in parseQuotedString()
DPUserDatabaseParser.java100 char next = this.lexer.getNextChar(); in parseheader()
/external/nist-sip/java/gov/nist/core/
DLexerCore.java185 char nextChar = getNextChar(); in peekNextToken()
531 char next = getNextChar(); in quotedString()
556 char next = getNextChar(); in comment()
565 next = getNextChar(); in comment()
DStringTokenizer.java144 public char getNextChar() throws ParseException { in getNextChar() method in StringTokenizer
/external/webkit/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js2108 this.peeked = this.getNextChar();
2127 sc_ErrorInputPort.prototype.getNextChar = function() { method in sc_ErrorInputPort
2145 sc_StringInputPort.prototype.getNextChar = function() { method in sc_StringInputPort
/external/v8/benchmarks/
Dearley-boyer.js2114 this.peeked = this.getNextChar();
2133 sc_ErrorInputPort.prototype.getNextChar = function() { method in sc_ErrorInputPort
2151 sc_StringInputPort.prototype.getNextChar = function() { method in sc_StringInputPort