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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 57 ')'+_S+_SystemLiteral%'syslit'
450 pubid, syslit = res.group('pubid', 'syslit')
454 if syslit is not None: syslit = syslit[1:-1] # remove quotes
474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data):
815 def handle_doctype(self, tag, pubid, syslit, data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 57 ')'+_S+_SystemLiteral%'syslit'
450 pubid, syslit = res.group('pubid', 'syslit')
454 if syslit is not None: syslit = syslit[1:-1] # remove quotes
474 self.handle_doctype(name, pubid, syslit, rawdata[j+1:k])
488 self.handle_doctype(name, pubid, syslit, None)
743 def handle_doctype(self, tag, pubid, syslit, data):
815 def handle_doctype(self, tag, pubid, syslit, data)
    [all...]

Completed in 1121 milliseconds