Searched refs:nodeTypeNames (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathParser.cpp117 DEFINE_STATIC_LOCAL(HashSet<String>, nodeTypeNames, ());
118 if (nodeTypeNames.isEmpty()) {
119 nodeTypeNames.add("comment");
120 nodeTypeNames.add("text");
121 nodeTypeNames.add("processing-instruction");
122 nodeTypeNames.add("node");
124 return nodeTypeNames.contains(name);
/external/icu4c/common/
H A Drbbinode.cpp276 static const char * const nodeTypeNames[] = { local
299 (void *)this, nodeTypeNames[fType], (void *)fParent, (void *)fLeftChild, (void *)fRightChild,

Completed in 84 milliseconds