Searched refs:facetType (Results 1 – 5 of 5) sorted by relevance
670 xmlSchemaIsBuiltInTypeFacet(xmlSchemaTypePtr type, int facetType) in xmlSchemaIsBuiltInTypeFacet() argument678 if ((facetType == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaIsBuiltInTypeFacet()679 (facetType == XML_SCHEMA_FACET_WHITESPACE)) in xmlSchemaIsBuiltInTypeFacet()689 if ((facetType == XML_SCHEMA_FACET_LENGTH) || in xmlSchemaIsBuiltInTypeFacet()690 (facetType == XML_SCHEMA_FACET_MINLENGTH) || in xmlSchemaIsBuiltInTypeFacet()691 (facetType == XML_SCHEMA_FACET_MAXLENGTH) || in xmlSchemaIsBuiltInTypeFacet()692 (facetType == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaIsBuiltInTypeFacet()693 (facetType == XML_SCHEMA_FACET_ENUMERATION) || in xmlSchemaIsBuiltInTypeFacet()694 (facetType == XML_SCHEMA_FACET_WHITESPACE)) in xmlSchemaIsBuiltInTypeFacet()699 if ((facetType == XML_SCHEMA_FACET_TOTALDIGITS) || in xmlSchemaIsBuiltInTypeFacet()[all …]
2659 xmlSchemaTypeType facetType; in xmlSchemaFacetErr() local2664 facetType = XML_SCHEMA_FACET_ENUMERATION; in xmlSchemaFacetErr()2670 facetType = facet->type; in xmlSchemaFacetErr()2673 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr()2679 if ((facetType == XML_SCHEMA_FACET_LENGTH) || in xmlSchemaFacetErr()2680 (facetType == XML_SCHEMA_FACET_MINLENGTH) || in xmlSchemaFacetErr()2681 (facetType == XML_SCHEMA_FACET_MAXLENGTH)) { in xmlSchemaFacetErr()2696 if (facetType == XML_SCHEMA_FACET_LENGTH) in xmlSchemaFacetErr()2699 else if (facetType == XML_SCHEMA_FACET_MAXLENGTH) in xmlSchemaFacetErr()2702 else if (facetType == XML_SCHEMA_FACET_MINLENGTH) in xmlSchemaFacetErr()[all …]
35679 int facetType; /* the facet type */ in test_xmlSchemaIsBuiltInTypeFacet() local35686 facetType = gen_int(n_facetType, 1); in test_xmlSchemaIsBuiltInTypeFacet()35688 ret_val = xmlSchemaIsBuiltInTypeFacet(type, facetType); in test_xmlSchemaIsBuiltInTypeFacet()35692 des_int(n_facetType, facetType, 1); in test_xmlSchemaIsBuiltInTypeFacet()
86 int facetType);
132 d facetType value like(xmlCint)