Searched refs:surrogatePairToCodepoint (Results 1 – 3 of 3) sorted by relevance
76 def surrogatePairToCodepoint(data): function
315 char_val = utils.surrogatePairToCodepoint(data[pos:pos + 2])
32 v = utils.surrogatePairToCodepoint(v)50 codepoint = utils.surrogatePairToCodepoint(exc.object[index:index + 2])