Home
last modified time | relevance | path

Searched refs:codingSystemType (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DExtendEntityManager.cxx589 if (parsedSysid[i].codingSystemType in ExternalInputSource()
593 && parsedSysid[i].codingSystemType != StorageObjectSpec::special) { in ExternalInputSource()
770 if (spec.codingSystemType != StorageObjectSpec::special in fill()
771 && spec.codingSystemType != (internalCharsetIsDocCharset_ in fill()
1534 sos.codingSystemType = StorageObjectSpec::bctf; in setAttributes()
1541 sos.codingSystemType = defSpec_->codingSystemType; in setAttributes()
1546 sos.codingSystemType = (em_->internalCharsetIsDocCharset_ in setAttributes()
1576 sos.codingSystemType = StorageObjectSpec::encoding; in setAttributes()
1583 sos.codingSystemType = defSpec_->codingSystemType; in setAttributes()
1588 sos.codingSystemType = (em_->internalCharsetIsDocCharset_ in setAttributes()
[all …]
H A DSOEntityCatalog.cxx365 spec.codingSystemType = v[i].codingSystemType; in addCatalogsForDocument()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DExtendEntityManager.h53 char codingSystemType; member