Home
last modified time | relevance | path

Searched refs:getMaxExclusive (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/datatype/
H A DAbstractNumericFacetValidator.cpp253 XMLNumber *thisMaxExclusive = getMaxExclusive(); in inspectFacet()
293 int result = compareValues(getMinExclusive(), getMaxExclusive()); in inspectFacet()
321 int result = compareValues(getMinInclusive(), getMaxExclusive()); in inspectFacet()
354 XMLNumber *thisMaxExclusive = getMaxExclusive(); in inspectFacetBase()
359 XMLNumber *baseMaxExclusive = numBase->getMaxExclusive(); in inspectFacetBase()
767 fMaxExclusive = numBase->getMaxExclusive(); in inheritFacet()
952 data = basedv->getMaxExclusive(); in loadClusive()
H A DAbstractNumericFacetValidator.hpp110 inline XMLNumber* getMaxExclusive() const;
175 inline XMLNumber* AbstractNumericFacetValidator::getMaxExclusive() const in getMaxExclusive() function in AbstractNumericFacetValidator
H A DAbstractNumericValidator.cpp74 result = compareValues(theData, getMaxExclusive()); in boundsCheck()
78 , getMaxExclusive() in boundsCheck()
H A DDateTimeValidator.cpp134 if (compareValues(dateTime, getMaxExclusive()) != XMLDateTime::LESS_THAN) in checkContent()
137 , getMaxExclusive() in checkContent()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/datatype/
H A DAbstractNumericFacetValidator.cpp253 XMLNumber *thisMaxExclusive = getMaxExclusive(); in inspectFacet()
293 int result = compareValues(getMinExclusive(), getMaxExclusive()); in inspectFacet()
321 int result = compareValues(getMinInclusive(), getMaxExclusive()); in inspectFacet()
354 XMLNumber *thisMaxExclusive = getMaxExclusive(); in inspectFacetBase()
359 XMLNumber *baseMaxExclusive = numBase->getMaxExclusive(); in inspectFacetBase()
767 fMaxExclusive = numBase->getMaxExclusive(); in inheritFacet()
952 data = basedv->getMaxExclusive(); in loadClusive()
H A DAbstractNumericFacetValidator.hpp110 inline XMLNumber* getMaxExclusive() const;
175 inline XMLNumber* AbstractNumericFacetValidator::getMaxExclusive() const in getMaxExclusive() function in AbstractNumericFacetValidator
H A DAbstractNumericValidator.cpp74 result = compareValues(theData, getMaxExclusive()); in boundsCheck()
78 , getMaxExclusive() in boundsCheck()
H A DDateTimeValidator.cpp134 if (compareValues(dateTime, getMaxExclusive()) != XMLDateTime::LESS_THAN) in checkContent()
137 , getMaxExclusive() in checkContent()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_ShoppingService.php494 public function getMaxExclusive() { function in Google_ProductsFacetsBuckets