/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
nodegetnextsibling.java | 63 String nsName; 68 nsName = nsNode.getNodeName(); 70 if (equals("#text", nsName)) { 72 nsName = nsNode.getNodeName(); 74 assertEquals("nodeName", "name", nsName);
|
hc_nodegetnextsibling.java | 66 String nsName; 71 nsName = nsNode.getNodeName(); 72 assertEquals("whitespace", "#text", nsName);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
namespaces.c | 319 * @nsName: the namespace name (or NULL) 324 * for the requested @nsName and @nsPrefix in the result tree. 331 * If both @nsName and @nsPrefix are NULL, then this will try to 338 const xmlChar *nsName, const xmlChar *nsPrefix, 362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) { 448 if (xmlStrEqual(ns->href, nsName)) 453 if (xmlStrEqual(ns->href, nsName)) 473 ns = xmlSearchNsByHref(target->doc, target, nsName); 495 if (xmlStrEqual(ns->href, nsName)) [all...] |
attributes.c | 654 const xmlChar *name = NULL, *prefix = NULL, *nsName = NULL; 804 nsName = comp->ns; 822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1); 845 nsName = ns->href; 856 attr = xmlHasNsProp(targetElem, name, nsName); 877 if (nsName != NULL) { 881 ns = xsltTreeAcquireStoredNs(some doc, nsName, prefix); 886 if (nsName != NULL) { 902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref, 907 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix [all...] |
xslt.c | [all...] |
preproc.c | [all...] |
xsltInternals.h | 1162 const xmlChar *nsName; [all...] |
transform.c | [all...] |
/external/libxslt/libxslt/ |
namespaces.c | 319 * @nsName: the namespace name (or NULL) 324 * for the requested @nsName and @nsPrefix in the result tree. 331 * If both @nsName and @nsPrefix are NULL, then this will try to 338 const xmlChar *nsName, const xmlChar *nsPrefix, 362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) { 448 if (xmlStrEqual(ns->href, nsName)) 453 if (xmlStrEqual(ns->href, nsName)) 473 ns = xmlSearchNsByHref(target->doc, target, nsName); 495 if (xmlStrEqual(ns->href, nsName)) [all...] |
attributes.c | 654 const xmlChar *name = NULL, *prefix = NULL, *nsName = NULL; 804 nsName = comp->ns; 822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1); 845 nsName = ns->href; 856 attr = xmlHasNsProp(targetElem, name, nsName); 877 if (nsName != NULL) { 881 ns = xsltTreeAcquireStoredNs(some doc, nsName, prefix); 886 if (nsName != NULL) { 902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref, 907 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix [all...] |
xslt.c | [all...] |
preproc.c | [all...] |
xsltInternals.h | 1162 const xmlChar *nsName; [all...] |
transform.c | [all...] |
/external/icu4c/i18n/ |
numsys.cpp | 134 const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localStatus); 136 u_UCharsToChars(nsName,buffer,count); 272 const char *nsName = ures_getKey(nsCurrent); 273 fNumsysNames->addElement(new UnicodeString(nsName, -1, US_INV),status);
|
dcfmtsym.cpp | 188 const char *nsName; 219 nsName = ns->getName(); 232 nsName = gLatn; 235 UBool isLatn = !uprv_strcmp(nsName,gLatn); 240 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus);
|
smpdtfmt.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
dcfmtsym.cpp | 176 const char *nsName; 207 nsName = ns->getName(); 221 nsName = gLatn; 224 UBool isLatn = !uprv_strcmp(nsName,gLatn); 229 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus);
|
smpdtfmt.cpp | [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlschemas.c | 884 const xmlChar *nsName; 943 const xmlChar *nsName; 21703 const xmlChar *nsname = NULL, *location; local [all...] |
tree.c | [all...] |
/external/libxml2/ |
xmlschemas.c | 884 const xmlChar *nsName; 943 const xmlChar *nsName; 21704 const xmlChar *nsname = NULL, *location; local [all...] |
tree.c | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |