HomeSort by relevance Sort by last modified time
    Searched refs:__accept_utf8 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 99 __accept_utf8 = 0 variable in class: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):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 99 __accept_utf8 = 0 variable in class: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):
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 99 __accept_utf8 = 0 variable in class: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):
    [all...]

Completed in 49 milliseconds