OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:concatenateCharacterTokens
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
__init__.py
64
def
concatenateCharacterTokens
(tokens):
83
for token in
concatenateCharacterTokens
(walker):
142
assert False, "
concatenateCharacterTokens
should have got rid of all Space tokens"
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_tokenizer.py
70
def
concatenateCharacterTokens
(tokens):
177
expected =
concatenateCharacterTokens
(test['output'])
183
tokens =
concatenateCharacterTokens
(tokens)
Completed in 192 milliseconds