OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textList
(Results
1 - 5
of
5
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistindexgetlengthofemptylist.java
68
NodeList
textList
;
74
textList
= textNode.getChildNodes();
75
length = (int)
textList
.getLength();
nodelistindexgetlengthofemptylist.java
70
NodeList
textList
;
77
textList
= textNode.getChildNodes();
78
assertSize("nodelistIndexGetLengthOfEmptyListAssert", 0,
textList
);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
normalize01.java
74
NodeList
textList
;
82
textList
= firstChild.getChildNodes();
83
textNode = (CharacterData)
textList
.item(0);
/libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java
79
NodeList
textList
;
87
textList
= firstChild.getChildNodes();
88
textNode = (CharacterData)
textList
.item(0);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java
[
all
...]
Completed in 169 milliseconds