Home
last modified time | relevance | path

Searched refs:QSTRING (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_parser.c152 if (tok.type != SYMBOL && tok.type != QSTRING) { in add_hll_linemark()
157 if (tok.type == QSTRING) { in add_hll_linemark()
251 case QSTRING: in cil_parser()
Dcil_lexer.h38 #define QSTRING 4 macro
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlTokenType.java61 QSTRING, enumConstant
DHtmlLexer.java146 || HtmlTokenType.QSTRING == token.type) { in produce()
419 type = HtmlTokenType.QSTRING; in parseToken()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_lexer.c80 CuAssertIntEquals(tc, QSTRING, test_tok.type); in test_cil_lexer_next()