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

  /external/chromium_org/third_party/libxml/src/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/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/chromium_org/third_party/libxml/src/
catalog.c 90 static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
1019 * @pubID: the public ID string
1030 xmlCatalogNormalizePublic(const xmlChar *pubID)
1038 if (pubID == NULL)
1042 for (p = pubID;*p != 0 && ok;p++) {
1053 ret = xmlStrdup(pubID);
1056 for (p = pubID;*p != 0;p++) {
1084 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
    [all...]
testapi.c 43695 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44374 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44534 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44610 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44675 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
44787 xmlChar * pubid; \/* the public identifier, which is an alternative to the system identifier *\/ local
    [all...]
  /external/libxml2/
catalog.c 90 static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
1016 * @pubID: the public ID string
1027 xmlCatalogNormalizePublic(const xmlChar *pubID)
1035 if (pubID == NULL)
1039 for (p = pubID;*p != 0 && ok;p++) {
1050 ret = xmlStrdup(pubID);
1053 for (p = pubID;*p != 0;p++) {
1081 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java     [all...]

Completed in 2527 milliseconds