Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17245 bfmininc = NULL, bfmaxinc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17314 bfmininc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17461 if (bfmininc) { in xmlSchemaDeriveAndValidateFacets()
17463 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17467 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmininc, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17516 if (bfmininc) { in xmlSchemaDeriveAndValidateFacets()
17518 res = xmlSchemaCompareValues(fmaxexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17522 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmininc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17571 if (bfmininc) { in xmlSchemaDeriveAndValidateFacets()
17573 res = xmlSchemaCompareValues(fminexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
[all …]