/external/nist-sip/java/gov/nist/core/ |
Token.java | 39 protected int tokenType; 44 return this.tokenType; 47 return "tokenValue = " + tokenValue + "/tokenType = " + tokenType;
|
/external/llvm/lib/MC/MCDisassembler/ |
EDToken.h | 32 enum tokenType { 48 enum tokenType Type; 70 enum tokenType type, 93 enum tokenType type() const;
|
EDToken.cpp | 24 enum tokenType type, 52 enum EDToken::tokenType EDToken::type() const {
|
/external/webkit/Source/WebCore/storage/ |
IDBKeyPath.cpp | 38 enum TokenType { 56 TokenType currentTokenType() const { return m_currentTokenType; } 58 TokenType nextTokenType() 67 TokenType lex(IDBKeyPathElement&); 68 TokenType lexIdentifier(IDBKeyPathElement&); 69 TokenType lexNumber(IDBKeyPathElement&); 74 TokenType m_currentTokenType; 77 IDBKeyPathLexer::TokenType IDBKeyPathLexer::lex(IDBKeyPathElement& element) 123 IDBKeyPathLexer::TokenType IDBKeyPathLexer::lexIdentifier(IDBKeyPathElement& element) 139 IDBKeyPathLexer::TokenType IDBKeyPathLexer::lexNumber(IDBKeyPathElement& element [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
DOMSyntaxHighlighter.js | 58 var tokenType = this._tokenizer.tokenType; 59 if (tokenType) { 65 node.appendChild(this.createSpan(token, tokenType));
|
SourceHTMLTokenizer.js | 123 this.tokenType = null; 126 this.tokenType = this._attrValueTokenType(); 151 this.tokenType = this._internalJavaScriptTokenizer.tokenType; 163 this.tokenType = this._internalCSSTokenizer.tokenType; 213 { this.tokenType = "html-comment"; return cursor; } 221 { this.tokenType = null; return cursor; } 246 { this.tokenType = "html-comment"; return cursor; } 269 { this.tokenType = "html-doctype"; return cursor; [all...] |
SourceCSSTokenizer.re2js | 127 this.tokenType = "css-string"; 129 this.tokenType = null; 181 <INITIAL> Comment { this.tokenType = "css-comment"; return cursor; } 182 <INITIAL> CommentStart => COMMENT { this.tokenType = "css-comment"; return cursor; } 183 <COMMENT> CommentContent => COMMENT { this.tokenType = "css-comment"; return cursor; } 184 <COMMENT> CommentEnd => INITIAL { this.tokenType = "css-comment"; return cursor; } 196 this.tokenType = null; 206 this.tokenType = null; 213 this.tokenType = null; 221 this.tokenType = null [all...] |
SourceHTMLTokenizer.re2js | 122 this.tokenType = null; 125 this.tokenType = this._attrValueTokenType(); 150 this.tokenType = this._internalJavaScriptTokenizer.tokenType; 162 this.tokenType = this._internalCSSTokenizer.tokenType; 214 <INITIAL> Comment { this.tokenType = "html-comment"; return cursor; } 215 <INITIAL> CommentStart => COMMENT { this.tokenType = "html-comment"; return cursor; } 216 <COMMENT> CommentContent => COMMENT { this.tokenType = "html-comment"; return cursor; } 217 <COMMENT> CommentEnd => INITIAL { this.tokenType = "html-comment"; return cursor; [all...] |
TextEditorHighlighter.js | 166 var tokenType = this._tokenizer.tokenType; 167 if (tokenType) 168 state[lastHighlightedColumn] = { length: newColumn - lastHighlightedColumn, tokenType: tokenType };
|
SourceJavaScriptTokenizer.js | 121 { this.tokenType = "javascript-comment"; return cursor; } 128 { this.tokenType = null; return cursor; } 137 { this.tokenType = "javascript-comment"; return cursor; } 230 { this.tokenType = null; return cursor; } 236 { this.tokenType = null; return cursor; } 251 this.tokenType = "javascript-keyword"; 253 this.tokenType = "javascript-ident"; 276 { this.tokenType = null; return cursor; } 307 { this.tokenType = null; return cursor; } 327 { this.tokenType = "javascript-number"; return cursor; [all...] |
SourceCSSTokenizer.js | 128 this.tokenType = "css-string"; 130 this.tokenType = null; 176 { this.tokenType = "css-comment"; return cursor; } 183 { this.tokenType = null; return cursor; } 192 { this.tokenType = "css-comment"; return cursor; } 236 { this.tokenType = null; return cursor; } 368 { this.tokenType = null; return cursor; } 378 this.tokenType = "css-at-rule"; 381 this.tokenType = "css-at-rule"; 383 this.tokenType = "css-selector" [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
HanziToPinyin.java | 413 int tokenType = Token.LATIN; 422 addToken(sb, tokens, tokenType); 425 if (tokenType != Token.LATIN && sb.length() > 0) { 426 addToken(sb, tokens, tokenType); 428 tokenType = Token.LATIN; 431 if (tokenType != Token.UNKNOWN && sb.length() > 0) { 432 addToken(sb, tokens, tokenType); 434 tokenType = Token.UNKNOWN; 440 addToken(sb, tokens, tokenType); 443 tokenType = Token.PINYIN [all...] |
/external/antlr/src/org/antlr/runtime/tree/ |
TreeParser.java | 111 int tokenType = input.getTreeAdaptor().getType(look); 112 while ( tokenType!=Token.EOF && !(tokenType==UP && level==0) ) { 115 tokenType = input.getTreeAdaptor().getType(look); 116 if ( tokenType == DOWN ) { 119 else if ( tokenType == UP ) {
|
TreeAdaptor.java | 169 public Object create(int tokenType, Token fromToken); 171 /** Same as create(tokenType,fromToken) except set the text too. 177 public Object create(int tokenType, Token fromToken, String text); 185 public Object create(int tokenType, String text);
|
BaseTreeAdaptor.java | 182 public Object create(int tokenType, Token fromToken) { 184 //((ClassicToken)fromToken).setType(tokenType); 185 fromToken.setType(tokenType); 190 public Object create(int tokenType, Token fromToken, String text) { 191 if (fromToken == null) return create(tokenType, text); 193 fromToken.setType(tokenType); 199 public Object create(int tokenType, String text) { 200 Token fromToken = createToken(tokenType, text); 261 public abstract Token createToken(int tokenType, String text);
|
CommonTreeAdaptor.java | 67 public Token createToken(int tokenType, String text) { 68 return new CommonToken(tokenType, text);
|
/external/icu4c/i18n/ |
plurrule_impl.h | 104 typedef enum tokenType { 131 }tokenType; 138 tokenType& type, UErrorCode &status); 139 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status); 144 void getKeyType(const UnicodeString& token, tokenType& type, UErrorCode &status); 145 UBool inRange(UChar ch, tokenType& type);
|
plurrule.cpp | 286 tokenType type; 287 tokenType prevType=none; 892 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status) 963 tokenType& type, 968 tokenType prevType=none; 1058 RuleParser::inRange(UChar ch, tokenType& type) { 1092 RuleParser::getKeyType(const UnicodeString& token, tokenType& keyType, UErrorCode &status)
|
/external/antlr/src/org/antlr/runtime/debug/ |
DebugTreeAdaptor.java | 142 public Object create(int tokenType, Token fromToken) { 143 Object node = adaptor.create(tokenType, fromToken); 148 public Object create(int tokenType, Token fromToken, String text) { 149 Object node = adaptor.create(tokenType, fromToken, text); 154 public Object create(int tokenType, String text) { 155 Object node = adaptor.create(tokenType, text);
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; 794 void terminated(TokenType t){ 796 tokenType = t; 806 tokenType = ERROR; 814 TokenType tokenType; 816 TokenType getNextToken(){ 828 tokenType = ERROR; 830 case '?' : tokenType = QUESTION; break; 831 case '*' : tokenType = STAR; break [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
SyntaxTreeDumper.java | 76 String tokenType = token.getClass().getSimpleName().substring(1); 77 return tokenType + " [line:" + token.getLine() + ",pos:" + token.getPos() + "] \""
|
/external/antlr/src/org/antlr/runtime/ |
BaseRecognizer.java | 675 public void consumeUntil(IntStream input, int tokenType) { 676 //System.out.println("consumeUntil "+tokenType); 678 while (ttype != Token.EOF && ttype != tokenType) {
|
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
TocUpdator.pm | 183 my ($toc, $tokenType, $tokenPreposition, $token);
|
/external/webkit/Source/JavaScriptCore/parser/ |
JSParser.cpp | 51 #define consumeOrFail(tokenType) do { if (!consume(tokenType)) fail(); } while (0) 52 #define matchOrFail(tokenType) do { if (!match(tokenType)) fail(); } while (0) [all...] |
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserQt.cpp | 374 switch (m_stream.tokenType()) {
|