Home
last modified time | relevance | path

Searched refs:surrogatePairToCodepoint (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dutils.py76 def surrogatePairToCodepoint(data): function
Dinputstream.py315 char_val = utils.surrogatePairToCodepoint(data[pos:pos + 2])
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/serializer/
Dhtmlserializer.py32 v = utils.surrogatePairToCodepoint(v)
50 codepoint = utils.surrogatePairToCodepoint(exc.object[index:index + 2])