Home
last modified time | relevance | path

Searched refs:toktype (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Drngparser.c57 xmlCRNGTokType toktype; member
257 token->toktype = CRNG_NONE; in xmlCRNGNextToken()
293 token->toktype = CRNG_LITERAL_SEGMENT; in xmlCRNGNextToken()
313 token->toktype = CRNG_OP; in xmlCRNGNextToken()
333 token->toktype = CRNG_KEYWORD; in xmlCRNGNextToken()
335 token->toktype = CRNG_IDENTIFIER; in xmlCRNGNextToken()
341 token->toktype = CRNG_NSNAME; in xmlCRNGNextToken()
352 token->toktype = CRNG_QNAME; in xmlCRNGNextToken()
355 token->toktype = CRNG_IDENTIFIER; in xmlCRNGNextToken()
424 switch (token->toktype) { in xmlParseCRNGTokenize()
[all …]
/external/python/cpython3/Lib/test/
Dtest_tokenize.py221 for toktype, token, start, end, line in tokenize(f.readline):
222 if toktype == NUMBER:
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1909 toktype, rootNode = events.getEvent()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1979 toktype, rootNode = events.getEvent()