HomeSort by relevance Sort by last modified time
    Searched full:charref (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /external/python/cpython2/Lib/
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...]
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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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...]
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)
  /prebuilts/gdb/linux-x86/lib/python2.7/
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...]
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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]
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)
  /external/libxml2/
entities.c 554 * and non ASCII values with their entities and CharRef counterparts.
753 * and non ASCII values with their entities and CharRef counterparts for
769 * and non ASCII values with their entities and CharRef counterparts.
legacy.c 402 * [67] Reference ::= EntityRef | CharRef
611 * [67] Reference ::= EntityRef | CharRef
623 * [66] CharRef ::= '&#' [0-9]+ ';' |
    [all...]
encoding.c 2494 xmlChar charref[20]; local
2658 xmlChar charref[20]; local
    [all...]
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sgmllib.py 31 charref = re.compile('&#([0-9]+)[^0-9]') variable
183 match = charref.match(rawdata, i)
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 74 * nodes. In particular, this is true when <a href='http://www.w3.org/TR/2004/REC-xml-20040204#dt-charref'>character
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 715 charRef(char,label) ::= <<
716 // charRef
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-parserInternals.html     [all...]
libxml2-entities.html 128 </pre><p>Do a global encoding of a string, replacing the predefined entities and non ASCII values with their entities and CharRef counterparts. Contrary to xmlEncodeEntities, this routine is reentrant, and result must be deallocated.</p>
  /external/libxml2/doc/html/
libxml-parserInternals.html     [all...]

Completed in 1274 milliseconds

12 3 4 5 6 7