HomeSort by relevance Sort by last modified time
    Searched defs:Lexer (Results 1 - 6 of 6) 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);
  /dalvik/libcore/xml/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,
  /external/webkit/JavaScriptCore/runtime/
LiteralParser.h 63 class Lexer {
72 Lexer(const UString& s, ParserMode mode)
105 LiteralParser::Lexer m_lexer;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 547 Lexer lexer = new Lexer(selection, allowedColumns); local
548 parseExpression(lexer);
549 if (lexer.currentToken() != Lexer.TOKEN_END) {
565 private static void parseExpression(Lexer lexer) {
568 if (lexer.currentToken() == Lexer.TOKEN_OPEN_PAREN)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 377 milliseconds