Home
last modified time | relevance | path

Searched refs:convert_codepoint (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sgmllib.py78 def convert_codepoint(self, codepoint): member in HTMLEntityCollector
80 EventCollector.convert_codepoint(self, codepoint)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsgmllib.py401 return self.convert_codepoint(n)
403 def convert_codepoint(self, codepoint): member in SGMLParser