Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/xml/
DXPathParser.cpp114 DEFINE_STATIC_LOCAL(HashSet<String>, nodeTypeNames, ()); in isNodeTypeName()
115 if (nodeTypeNames.isEmpty()) { in isNodeTypeName()
116 nodeTypeNames.add("comment"); in isNodeTypeName()
117 nodeTypeNames.add("text"); in isNodeTypeName()
118 nodeTypeNames.add("processing-instruction"); in isNodeTypeName()
119 nodeTypeNames.add("node"); in isNodeTypeName()
121 return nodeTypeNames.contains(name); in isNodeTypeName()
/external/icu4c/common/
Drbbinode.cpp276 static const char * const nodeTypeNames[] = { in printNode() local
299 … (void *)this, nodeTypeNames[fType], (void *)fParent, (void *)fLeftChild, (void *)fRightChild, in printNode()