Searched refs:xmlSchemaFacetTypeToString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemas.c | 1079 xmlSchemaFacetTypeToString(xmlSchemaTypeType type); 1764 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type)); in xmlSchemaFormatItemForReport() 2747 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr() 3117 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type), in xmlSchemaPIllegalFacetAtomicErr() 3146 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaPIllegalFacetListUnionErr() 17169 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \ 17170 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL); 17196 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type)); in xmlSchemaDeriveFacetErr() 17208 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type)); in xmlSchemaDeriveFacetErr() 18655 facet->value, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaCheckFacet() [all …]
|