Searched refs:bfminlen (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
H A D | xmlschemas.c | 17200 bfmaxlen = NULL, bfminlen = NULL, /* facets of the base type */ local 17268 bfminlen = facet; break; 17326 if (fminlen && bfminlen) { 17331 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val); 17335 xmlSchemaDeriveFacetErr(pctxt, fminlen, bfminlen, 1, 1, 1); 17336 if ((res != 0) && (bfminlen->fixed)) { 17361 fminlen = bfminlen;
|
/external/libxml2/ |
H A D | xmlschemas.c | 17229 bfmaxlen = NULL, bfminlen = NULL, /* facets of the base type */ local 17297 bfminlen = facet; break; 17355 if (fminlen && bfminlen) { 17360 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val); 17364 xmlSchemaDeriveFacetErr(pctxt, fminlen, bfminlen, 1, 1, 1); 17365 if ((res != 0) && (bfminlen->fixed)) { 17390 fminlen = bfminlen;
|
Completed in 213 milliseconds