HomeSort by relevance Sort by last modified time
    Searched refs:nsName (Results 1 - 22 of 22) sorted by null

  /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/chromium_org/third_party/icu/source/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 196 const char *nsName;
228 nsName = ns->getName();
239 nsName = gLatn;
242 UBool isLatn = !uprv_strcmp(nsName,gLatn);
248 ures_getByKeyWithFallback(numberElementsRes.getAlias(), nsName, NULL, &nlStatus));
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/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 196 const char *nsName;
228 nsName = ns->getName();
239 nsName = gLatn;
242 UBool isLatn = !uprv_strcmp(nsName,gLatn);
248 ures_getByKeyWithFallback(numberElementsRes.getAlias(), 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;
21732 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 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 558 * @nsName: the requested namespace name
567 const xmlChar *nsName,
    [all...]
  /external/libxml2/include/libxml/
tree.h 595 * @nsName: the requested namespace name
604 const xmlChar *nsName,
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 904 milliseconds