Home
last modified time | relevance | path

Searched defs:systemID (Results 1 – 14 of 14) sorted by relevance

/third_party/libxml2/python/
Dlibxml.py211 def externalSubset(self, name, externalID, systemID): argument
217 def internalSubset(self, name, externalID, systemID): argument
223 def entityDecl(self, name, type, externalID, systemID, content): argument
230 def notationDecl(self, name, externalID, systemID): argument
244 def entityDecl(self, name, publicId, systemID, notationName): argument
Dlibxml.c1241 const xmlChar * externalID, const xmlChar * systemID) in pythonExternalSubset()
/third_party/skia/third_party/externals/icu/source/i18n/
Dzonemeta.cpp378 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status… in getCanonicalCLDRID()
Ducal.cpp605 UBool systemID = FALSE; in ucal_getCanonicalTimeZoneID() local
/third_party/icu/icu4c/source/i18n/
Dzonemeta.cpp378 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status… in getCanonicalCLDRID()
Ducal.cpp605 UBool systemID = FALSE; in ucal_getCanonicalTimeZoneID() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dzonemeta.cpp378 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status… in getCanonicalCLDRID()
Ducal.cpp581 UBool systemID = FALSE; in ucal_getCanonicalTimeZoneID() local
/third_party/node/deps/icu-small/source/i18n/
Dzonemeta.cpp378 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status… in getCanonicalCLDRID()
Ducal.cpp605 UBool systemID = FALSE; in ucal_getCanonicalTimeZoneID() local
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.c84 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { in xmlIsXHTML()
/third_party/python/Lib/test/
Dtest_sax.py1421 def startDTD(self, doctype, publicID, systemID): argument
/third_party/libxml2/
Dxmlsave.c55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { in xmlIsXHTML()
Dtestapi.c20991 xmlChar * systemID; /* the system identifier */ in test_xmlIsXHTML() local