Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmllib.py99 __accept_utf8 = 0 variable in XMLParser
112 self.__accept_utf8 = kw['accept_utf8']
267 if not self.__accept_utf8 and illegal.search(data):
410 if not self.__accept_utf8 and illegal.search(data):
437 if not self.__accept_utf8 and \
499 if not self.__accept_utf8 and \
515 if not self.__accept_utf8 and illegal.search(rawdata, i+2, j):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py99 __accept_utf8 = 0 variable in XMLParser
112 self.__accept_utf8 = kw['accept_utf8']
267 if not self.__accept_utf8 and illegal.search(data):
410 if not self.__accept_utf8 and illegal.search(data):
437 if not self.__accept_utf8 and \
499 if not self.__accept_utf8 and \
515 if not self.__accept_utf8 and illegal.search(rawdata, i+2, j):