HomeSort by relevance Sort by last modified time
    Searched full:charref (Results 1 - 20 of 20) 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 2309 xmlChar charref[20]; local
    [all...]
parser.c 294 errmsg = "CharRef: invalid hexadecimal value\n";
297 errmsg = "CharRef: invalid decimal value\n";
300 errmsg = "CharRef: invalid value\n";
    [all...]
HTMLparser.c     [all...]
  /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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 1086 $code = templates.getInstanceOf("charRef");
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 643 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 700 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 655 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 676 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 785 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 681 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 925 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 905 charRef(char,label) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]

Completed in 379 milliseconds