Searched refs:declstartpos (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | markupbase.py | 179 def _parse_doctype_subset(self, i, declstartpos): argument 191 self.updatepos(declstartpos, j + 1) 204 name, j = self._scan_name(j + 2, declstartpos) 208 self.updatepos(declstartpos, j + 2) 213 j = meth(j, declstartpos) 221 s, j = self._scan_name(j + 1, declstartpos) 233 self.updatepos(declstartpos, j) 240 self.updatepos(declstartpos, j) 246 def _parse_doctype_element(self, i, declstartpos): argument 247 name, j = self._scan_name(i, declstartpos) [all …]
|