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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
185 match = charref.match(rawdata, i)
sgmllib.py 31 charref = re.compile('&#([0-9]+)[^0-9]') variable
183 match = charref.match(rawdata, i)
xmllib.py 30 charref = re.compile('&#(?P<char>[0-9]+[^0-9]|x[0-9a-fA-F]+[^0-9a-fA-F])') variable
358 res = charref.match(rawdata, i)
362 self.syntax_error("`;' missing in charref")
770 entitydefs = {'lt': '&#60;', # must use charref
772 'amp': '&#38;', # must use charref
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
185 match = charref.match(rawdata, i)
sgmllib.py 31 charref = re.compile('&#([0-9]+)[^0-9]') variable
183 match = charref.match(rawdata, i)
xmllib.py 30 charref = re.compile('&#(?P<char>[0-9]+[^0-9]|x[0-9a-fA-F]+[^0-9a-fA-F])') variable
358 res = charref.match(rawdata, i)
362 self.syntax_error("`;' missing in charref")
770 entitydefs = {'lt': '&#60;', # must use charref
772 'amp': '&#38;', # must use charref
    [all...]
  /external/libxml2/
encoding.c 2576 xmlChar charref[20]; local
2802 xmlChar charref[20]; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
encoding.c 2306 xmlChar charref[20]; local
    [all...]

Completed in 1824 milliseconds