Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17264 xmlSchemaFacetPtr facet, bfacet, in xmlSchemaDeriveAndValidateFacets() local
17726 bfacet = cur->facet; in xmlSchemaDeriveAndValidateFacets()
17731 if ((bfacet->type == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaDeriveAndValidateFacets()
17732 (bfacet->type == XML_SCHEMA_FACET_ENUMERATION)) in xmlSchemaDeriveAndValidateFacets()
17742 if (facet->type == bfacet->type) { in xmlSchemaDeriveAndValidateFacets()
17748 if (facet->whitespace < bfacet->whitespace) { in xmlSchemaDeriveAndValidateFacets()
17754 if ((bfacet->fixed) && in xmlSchemaDeriveAndValidateFacets()
17755 (facet->whitespace != bfacet->whitespace)) { in xmlSchemaDeriveAndValidateFacets()