HomeSort by relevance Sort by last modified time
    Searched defs:Lexer (Results 1 - 8 of 8) sorted by null

  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 24 #include "Lexer.h"
44 #include "Lexer.lut.h"
50 Lexer::Lexer(JSGlobalData* globalData)
59 Lexer::~Lexer()
64 inline const UChar* Lexer::currentCharacter() const
69 inline int Lexer::currentOffset() const
74 ALWAYS_INLINE void Lexer::shift1()
87 ALWAYS_INLINE void Lexer::shift2(
    [all...]
Lexer.h 37 class Lexer : public Noncopyable {
64 Lexer(JSGlobalData*);
65 ~Lexer();
119 inline bool Lexer::isWhiteSpace(int ch)
124 inline bool Lexer::isLineTerminator(int ch)
129 inline unsigned char Lexer::convertHex(int c1, int c2)
134 inline UChar Lexer::convertUnicode(int c1, int c2, int c3, int c4)
142 return static_cast<JSGlobalData*>(globalData)->lexer->lex(lvalp, llocp);
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 37 //import gov.nist.javax.sdp.parser.Lexer;
52 private static LexerCore Lexer;
66 this.lexer = new LexerCore("charLexer", hname);
73 * The lexer is initialized with the buffer.
75 public HostNameParser(LexerCore lexer) {
76 this.lexer = lexer;
77 lexer.selectLexer("charLexer");
89 lexer.consumeValidChars(VALID_DOMAIN_LABEL_CHAR);
104 while (lexer.hasMoreChars())
    [all...]
  /external/webkit/JavaScriptCore/runtime/
LiteralParser.h 63 class Lexer {
72 Lexer(const UString& s, ParserMode mode)
105 LiteralParser::Lexer m_lexer;
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Lexer.java 19 * $Id: Lexer.java 524810 2007-04-02 15:51:55Z zongaro $
32 class Lexer
73 * Create a Lexer object.
75 * @param compiler The owning compiler for this lexer.
80 Lexer(Compiler compiler, PrefixResolver resolver,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 551 Lexer lexer = new Lexer(selection, allowedColumns); local
552 parseExpression(lexer);
553 if (lexer.currentToken() != Lexer.TOKEN_END) {
569 private static void parseExpression(Lexer lexer) {
572 if (lexer.currentToken() == Lexer.TOKEN_OPEN_PAREN)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 38 * Lexer class for the parser.
46 public class Lexer extends LexerCore {
68 public Lexer(String lexerName, String buffer) {

Completed in 121 milliseconds