Searched refs:tokenType (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
H A DDOMSyntaxHighlighter.js58 var tokenType = this._tokenizer.tokenType;
59 if (tokenType) {
65 node.appendChild(this.createSpan(token, tokenType));
H A DSourceHTMLTokenizer.js104 this.tokenType = null;
107 this.tokenType = this._attrValueTokenType();
168 { this.tokenType = "html-comment"; return cursor; }
176 { this.tokenType = null; return cursor; }
201 { this.tokenType = "html-comment"; return cursor; }
224 { this.tokenType = "html-doctype"; return cursor; }
230 { this.tokenType = null; return cursor; }
234 { this.tokenType = "html-doctype"; return cursor; }
265 { this.tokenType = null; return cursor; }
291 { this.tokenType
[all...]
H A DSourceCSSTokenizer.re2js177 this.tokenType = "css-string";
179 this.tokenType = null;
231 <INITIAL> Comment { this.tokenType = "css-comment"; return cursor; }
232 <INITIAL> CommentStart => COMMENT { this.tokenType = "css-comment"; return cursor; }
233 <COMMENT> CommentContent => COMMENT { this.tokenType = "css-comment"; return cursor; }
234 <COMMENT> CommentEnd => INITIAL { this.tokenType = "css-comment"; return cursor; }
246 this.tokenType = null;
256 this.tokenType = null;
263 this.tokenType = null;
271 this.tokenType
[all...]
H A DTextEditorHighlighter.js191 var tokenType = this._tokenizer.tokenType;
192 if (tokenType)
193 attributes[column] = { length: newColumn - column, tokenType: tokenType, style: this._styles[tokenType] };
H A DSourceHTMLTokenizer.re2js103 this.tokenType = null;
106 this.tokenType = this._attrValueTokenType();
166 <INITIAL> Comment { this.tokenType = "html-comment"; return cursor; }
167 <INITIAL> CommentStart => COMMENT { this.tokenType = "html-comment"; return cursor; }
168 <COMMENT> CommentContent => COMMENT { this.tokenType = "html-comment"; return cursor; }
169 <COMMENT> CommentEnd => INITIAL { this.tokenType = "html-comment"; return cursor; }
171 <INITIAL> DocTypeStart => DOCTYPE { this.tokenType = "html-doctype"; return cursor; }
172 <DOCTYPE> DocTypeContent => DOCTYPE { this.tokenType = "html-doctype"; return cursor; }
173 <DOCTYPE> GT => INITIAL { this.tokenType = "html-doctype"; return cursor; }
177 this.tokenType
[all...]
H A DSourceCSSTokenizer.js178 this.tokenType = "css-string";
180 this.tokenType = null;
226 { this.tokenType = "css-comment"; return cursor; }
233 { this.tokenType = null; return cursor; }
242 { this.tokenType = "css-comment"; return cursor; }
286 { this.tokenType = null; return cursor; }
418 { this.tokenType = null; return cursor; }
428 this.tokenType = "css-at-rule";
431 this.tokenType = "css-at-rule";
433 this.tokenType
[all...]
H A DSourceJavaScriptTokenizer.js120 { this.tokenType = "javascript-comment"; return cursor; }
127 { this.tokenType = null; return cursor; }
136 { this.tokenType = "javascript-comment"; return cursor; }
229 { this.tokenType = null; return cursor; }
235 { this.tokenType = null; return cursor; }
250 this.tokenType = "javascript-keyword";
252 this.tokenType = "javascript-ident";
275 { this.tokenType = null; return cursor; }
306 { this.tokenType = null; return cursor; }
326 { this.tokenType
[all...]
H A DTextViewer.js345 element.appendChild(this._createSpan(line.substring(j, j + attribute.length), attribute.tokenType));
/external/icu4c/i18n/
H A Dplurrule_impl.h104 typedef enum tokenType { enum
131 }tokenType; typedef in typeref:enum: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);
H A Dplurrule.cpp286 tokenType type;
287 tokenType prevType=none;
893 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status)
964 tokenType& type,
969 tokenType prevType=none;
1059 RuleParser::inRange(UChar ch, tokenType& type) {
1093 RuleParser::getKeyType(const UnicodeString& token, tokenType& keyType, UErrorCode &status)
/external/icu4c/test/intltest/
H A Dwbnf.cpp796 tokenType = t;
806 tokenType = ERROR;
814 TokenType tokenType; member in class:Scanner
828 tokenType = ERROR;
830 case '?' : tokenType = QUESTION; break;
831 case '*' : tokenType = STAR; break;
832 case '+' : tokenType = PLUS; break;
833 case '{' : tokenType = LBRACE; break;
834 case '}' : tokenType = RBRACE; break;
835 case '(' : tokenType
[all...]
/external/webkit/WebCore/dom/
H A DXMLTokenizerQt.cpp358 switch (m_stream.tokenType()) {
/external/svox/pico/lib/
H A Dpicotok.c235 pico_tokenType tokenType; member in struct:tok_subobj
1061 tok->tokenType = type;
1270 if ((tok->tokenType != PICODATA_ITEMINFO1_TOKTYPE_SPACE) && (tok->tokenType != PICODATA_ITEMINFO1_TOKTYPE_UNDEFINED)) {
1362 if ((type != tok->tokenType) || (type == PICODATA_ITEMINFO1_TOKTYPE_CHAR) || (subtype != tok->tokenSubType)) {
1392 } else if ((tok->tokenPos > 0) && ((tok->ignLevel <= 0) || (tok->tokenType == PICODATA_ITEMINFO1_TOKTYPE_SPACE))) {
1393 tok_putItem(this, tok, PICODATA_ITEM_TOKEN, tok->tokenType, (picoos_uint8)tok->tokenSubType, 0, tok->tokenStr);
1396 tok->tokenType = PICODATA_ITEMINFO1_TOKTYPE_UNDEFINED;
1432 tok->tokenType = PICODATA_ITEMINFO1_TOKTYPE_UNDEFINED;
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c51820 int tokenType; local
94663 sqlite3GetToken(const unsigned char *z, int *tokenType) argument
94944 int tokenType; /* type of the next token */ local
[all...]

Completed in 308 milliseconds