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

  /external/libxml2/
legacy.c 402 * [67] Reference ::= EntityRef | CharRef
611 * [67] Reference ::= EntityRef | CharRef
623 * [66] CharRef ::= '&#' [0-9]+ ';' |
    [all...]
entities.c 547 * and non ASCII values with their entities and CharRef counterparts.
encoding.c 2270 xmlChar charref[20]; local
    [all...]
parser.c 285 errmsg = "CharRef: invalid hexadecimal value\n";
288 errmsg = "CharRef: invalid decimal value\n";
291 errmsg = "CharRef: invalid value\n";
    [all...]
HTMLparser.c     [all...]
  /external/clearsilver/python/examples/base/
sgmllib.py 52 charref = re.compile('&#([0-9]+)[^0-9]') variable
156 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

Completed in 168 milliseconds