Searched refs:xmlSchemaValDecimalIsInteger (Results 1 – 1 of 1) sorted by relevance
344 xmlSchemaValDecimalIsInteger(const xmlSchemaValDecimal *decimal) in xmlSchemaValDecimalIsInteger() function352 unsigned fractionalPlaces = xmlSchemaValDecimalIsInteger(decimal) ? 0 : decimal->fractionalPlaces; in xmlSchemaValDecimalGetSignificantDigitCount()5356 !(xmlSchemaValDecimalIsInteger(&facet->val->value.decimal))) in xmlSchemaValidateLengthFacetInternal()5622 !xmlSchemaValDecimalIsInteger(&facet->val->value.decimal)) { in xmlSchemaValidateFacetInternal()5687 !xmlSchemaValDecimalIsInteger(&facet->val->value.decimal)) { in xmlSchemaValidateFacetInternal()5712 …if ((xmlSchemaValDecimalIsInteger(&val->value.decimal) ? 0 : val->value.decimal.fractionalPlaces) … in xmlSchemaValidateFacetInternal()