Home
last modified time | relevance | path

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

/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/webkit/SunSpider/tests/
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/webkit/V8Binding/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