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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
HTMLParser.py 443 entitydefs = None variable in class:HTMLParser
463 if HTMLParser.entitydefs is None:
464 entitydefs = HTMLParser.entitydefs = {'apos':u"'"}
466 entitydefs[k] = unichr(v)
468 return self.entitydefs[s]
xmllib.py 209 if str in self.entitydefs:
210 str = self.entitydefs[str]
378 if name in self.entitydefs:
379 self.rawdata = rawdata = rawdata[:res.start(0)] + self.entitydefs[name] + rawdata[i:]
770 entitydefs = {'lt': '<', # must use charref variable in class:XMLParser
    [all...]
sgmllib.py 415 entitydefs = \
422 results by setting up the self.entitydefs mapping appropriately.
424 table = self.entitydefs
416 {'lt': '<', 'gt': '>', 'amp': '&', 'quot': '"', 'apos': '\\''} variable in class:SGMLParser
htmllib.py 32 from htmlentitydefs import entitydefs namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
HTMLParser.py 443 entitydefs = None variable in class:HTMLParser
463 if HTMLParser.entitydefs is None:
464 entitydefs = HTMLParser.entitydefs = {'apos':u"'"}
466 entitydefs[k] = unichr(v)
468 return self.entitydefs[s]
xmllib.py 209 if str in self.entitydefs:
210 str = self.entitydefs[str]
378 if name in self.entitydefs:
379 self.rawdata = rawdata = rawdata[:res.start(0)] + self.entitydefs[name] + rawdata[i:]
770 entitydefs = {'lt': '&#60;', # must use charref variable in class:XMLParser
    [all...]
sgmllib.py 415 entitydefs = \
422 results by setting up the self.entitydefs mapping appropriately.
424 table = self.entitydefs
416 {'lt': '<', 'gt': '>', 'amp': '&', 'quot': '"', 'apos': '\\''} variable in class:SGMLParser
htmllib.py 32 from htmlentitydefs import entitydefs namespace
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 5851 milliseconds