HomeSort by relevance Sort by last modified time
    Searched refs:pubID (Results 1 - 11 of 11) 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 94 static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
1017 * @pubID: the public ID string
1028 xmlCatalogNormalizePublic(const xmlChar *pubID)
1036 if (pubID == NULL)
1040 for (p = pubID;*p != 0 && ok;p++) {
1051 ret = xmlStrdup(pubID);
1054 for (p = pubID;*p != 0;p++) {
1082 xmlCatalogListXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdeccom.h 176 * ATTRIBUTE: pubID
187 * attribute is valid only when pubID equals zero. Otherwise pubIDStr will
209 Long_t pubID;
xltdecwbxml.c 134 Long_t pubID; /* document public identifier as
136 String_t pubIDStr; /* pubID as a string - valid only when
137 pubID == 0 */
144 version of the pubID - valid only
145 when pubID == 0 */
524 pScanner->pubID = tmp;
534 pScanner->pubID = 0;
597 if (pScanner->pubID == 0) {
    [all...]
xltdecxml.c 78 Long_t pubID; /* 0 */
189 pScanner->pubID = 0;
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdecwbxml.c 136 Long_t pubID; /* document public identifier as
138 String_t pubIDStr; /* pubID as a string - valid only when
139 pubID == 0 */
146 version of the pubID - valid only
147 when pubID == 0 */
526 pScanner->pubID = tmp;
536 pScanner->pubID = 0;
599 if (pScanner->pubID == 0) {
    [all...]
xltdecxml.c 78 Long_t pubID; /* 0 */
189 pScanner->pubID = 0;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java     [all...]

Completed in 1416 milliseconds