Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17238 xmlSchemaFacetPtr facet, bfacet, in xmlSchemaDeriveAndValidateFacets() local
17700 bfacet = cur->facet; in xmlSchemaDeriveAndValidateFacets()
17705 if ((bfacet->type == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaDeriveAndValidateFacets()
17706 (bfacet->type == XML_SCHEMA_FACET_ENUMERATION)) in xmlSchemaDeriveAndValidateFacets()
17716 if (facet->type == bfacet->type) { in xmlSchemaDeriveAndValidateFacets()
17722 if (facet->whitespace < bfacet->whitespace) { in xmlSchemaDeriveAndValidateFacets()
17728 if ((bfacet->fixed) && in xmlSchemaDeriveAndValidateFacets()
17729 (facet->whitespace != bfacet->whitespace)) { in xmlSchemaDeriveAndValidateFacets()