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 2577 xmlChar charref[20]; local
2804 xmlChar charref[20]; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 414 milliseconds