Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17356 bfmininc = NULL, bfmaxinc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17425 bfmininc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17572 if (bfmininc) { in xmlSchemaDeriveAndValidateFacets()
17574 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17578 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmininc, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17627 if (bfmininc) { in xmlSchemaDeriveAndValidateFacets()
17629 res = xmlSchemaCompareValues(fmaxexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17633 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmininc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17682 if (bfmininc) { in xmlSchemaDeriveAndValidateFacets()
17684 res = xmlSchemaCompareValues(fminexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
[all …]