Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fminlen

17197 	fmaxlen = NULL, fminlen = NULL, /* facets of the current type */
17244 fminlen = facet; break;
17291 if (flength && (fminlen || fmaxlen)) {
17327 if (fminlen && bfminlen) {
17332 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val);
17336 xmlSchemaDeriveFacetErr(pctxt, fminlen, bfminlen, 1, 1, 1);
17338 FACET_RESTR_FIXED_ERR(fminlen)
17361 if (! fminlen)
17362 fminlen = bfminlen;
17363 if (fminlen) {
17365 res = xmlSchemaCompareValues(flength->val, fminlen->val);
17369 xmlSchemaDeriveFacetErr(pctxt, flength, fminlen, 1, 1, 0);