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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeentitynodevalue.java 63 String entityValue;
71 entityValue = entityNode.getNodeValue();
72 assertNull("entityNodeValue", entityValue);
nodeentitysetnodevalue.java 63 String entityValue;
72 entityValue = entityNode.getNodeValue();
73 assertNull("nodeValueNull", entityValue);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 262 UChar32 entityValue = search.currentValue();
263 if (U16_LENGTH(entityValue) != 1) {
269 return static_cast<UChar>(entityValue);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 906 String entityValue;
909 entityValue = readValue((char) quote, true, false, ValueContext.ENTITY_DECLARATION);
916 entityValue = "";
931 documentEntities.put(name, entityValue.toCharArray());
    [all...]

Completed in 97 milliseconds