Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h64 XML_SCHEMAS_PINTEGER, enumerator
/external/libxml2/
Dxmlschemastypes.c562 xmlSchemaInitBasicType("positiveInteger", XML_SCHEMAS_PINTEGER, in xmlSchemaInitTypes()
808 case XML_SCHEMAS_PINTEGER: in xmlSchemaGetBuiltInType()
3122 case XML_SCHEMAS_PINTEGER: in xmlSchemaValAtomicType()
3150 } else if (type->builtInType == XML_SCHEMAS_PINTEGER) { in xmlSchemaValAtomicType()
4689 case XML_SCHEMAS_PINTEGER: in xmlSchemaCompareValuesInternal()
4708 (ytype == XML_SCHEMAS_PINTEGER) || in xmlSchemaCompareValuesInternal()
5461 ((facet->val->type != XML_SCHEMAS_PINTEGER) && in xmlSchemaValidateFacetInternal()
5472 (val->type != XML_SCHEMAS_PINTEGER) && in xmlSchemaValidateFacetInternal()
5791 case XML_SCHEMAS_PINTEGER: in xmlSchemaGetCanonValue()
Dxmlschemas.c18735 xmlSchemaGetBuiltInType(XML_SCHEMAS_PINTEGER), in xmlSchemaCheckFacet()