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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
188 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 21 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
168 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/python/cpython2/Lib/
HTMLParser.py 20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
188 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/python/cpython3/Lib/html/
parser.py 26 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
145 # a charref cut in half at end. Try to determine if
201 match = charref.match(rawdata, i)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 2494 xmlChar charref[20]; local
2658 xmlChar charref[20]; local
    [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 560 milliseconds