Searched refs:getNextChar (Results 1 – 3 of 3) sorted by relevance
/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/webkit/SunSpider/tests/ |
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/webkit/V8Binding/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
|