Searched refs:getNextChar (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/icu/source/tools/genrb/ |
D | read.c | 44 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/ |
D | read.c | 44 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/ |
D | PVisitedNetworkIDParser.java | 135 char next = this.lexer.getNextChar(); in parseQuotedString() 143 next = this.lexer.getNextChar(); in parseQuotedString()
|
D | PUserDatabaseParser.java | 100 char next = this.lexer.getNextChar(); in parseheader()
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 185 char nextChar = getNextChar(); in peekNextToken() 531 char next = getNextChar(); in quotedString() 556 char next = getNextChar(); in comment() 565 next = getNextChar(); in comment()
|
D | StringTokenizer.java | 144 public char getNextChar() throws ParseException { in getNextChar() method in StringTokenizer
|
/external/webkit/SunSpider/tests/v8-v4/ |
D | v8-earley-boyer.js | 2108 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/ |
D | earley-boyer.js | 2114 this.peeked = this.getNextChar(); 2133 sc_ErrorInputPort.prototype.getNextChar = function() { method in sc_ErrorInputPort 2151 sc_StringInputPort.prototype.getNextChar = function() { method in sc_StringInputPort
|