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

  /external/libxml2/include/libxml/
catalog.h 87 const xmlChar *pubID,
94 const xmlChar *pubID);
124 xmlCatalogResolve (const xmlChar *pubID,
129 xmlCatalogResolvePublic (const xmlChar *pubID);
154 const xmlChar *pubID,
176 xmlCatalogGetPublic (const xmlChar *pubID);
  /external/libxml2/
catalog.c 94 static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
1022 * @pubID: the public ID string
1033 xmlCatalogNormalizePublic(const xmlChar *pubID)
1041 if (pubID == NULL)
1045 for (p = pubID;*p != 0 && ok;p++) {
1056 ret = xmlStrdup(pubID);
1059 for (p = pubID;*p != 0;p++) {
1087 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
    [all...]
testapi.c 44078 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44757 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44917 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44993 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
45058 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
45170 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java     [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 2542 milliseconds