Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c1061 xmlSchemaFacetTypeToString(xmlSchemaTypeType type);
1708 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type)); in xmlSchemaFormatItemForReport()
2634 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr()
3008 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type), in xmlSchemaPIllegalFacetAtomicErr()
3037 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaPIllegalFacetListUnionErr()
17128 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \
17129 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);
17155 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type)); in xmlSchemaDeriveFacetErr()
17167 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type)); in xmlSchemaDeriveFacetErr()
18684 facet->value, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaCheckFacet()
[all …]
/external/libxml2/
Dxmlschemas.c1066 xmlSchemaFacetTypeToString(xmlSchemaTypeType type);
1713 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type)); in xmlSchemaFormatItemForReport()
2653 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr()
3027 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type), in xmlSchemaPIllegalFacetAtomicErr()
3056 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaPIllegalFacetListUnionErr()
17157 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \
17158 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);
17184 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type)); in xmlSchemaDeriveFacetErr()
17196 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type)); in xmlSchemaDeriveFacetErr()
18713 facet->value, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaCheckFacet()
[all …]