Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dcharset.py324 def get_output_charset(self): member in Charset
334 cset = self.get_output_charset()
360 cset = self.get_output_charset()
Dmessage.py258 charset=charset.get_output_charset())
260 self.set_param('charset', charset.get_output_charset())
263 if str(charset) != charset.get_output_charset():