OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entityvalue
(Results
1 - 6
of
6
) 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
...]
/external/libxml2/
parser.c
324
errmsg = "
EntityValue
: \" or ' expected\n";
330
errmsg = "
EntityValue
: \" or ' expected\n";
[
all
...]
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 775 milliseconds