Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemastypes.h57 xmlSchemaValType valType,
83 xmlSchemaGetBuiltInType (xmlSchemaValType type);
101 xmlSchemaValType valType,
128 xmlSchemaNewStringValue (xmlSchemaValType type,
143 XMLPUBFUN xmlSchemaValType XMLCALL
DschemasInternals.h77 } xmlSchemaValType; typedef
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle75 d valType value like(xmlSchemaValType)
125 d type value like(xmlSchemaValType)
163 d valType value like(xmlSchemaValType)
217 d type value like(xmlSchemaValType)
250 d like(xmlSchemaValType)
DschemasInternals.rpgle24 d xmlSchemaValType...
/external/libxml2/
Dxmlschemastypes.c122 xmlSchemaValType type;
227 xmlSchemaNewValue(xmlSchemaValType type) { in xmlSchemaNewValue()
266 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, in xmlSchemaInitBasicType()
748 xmlSchemaGetBuiltInType(xmlSchemaValType type) in xmlSchemaGetBuiltInType()
950 xmlSchemaNewStringValue(xmlSchemaValType type, in xmlSchemaNewStringValue()
1564 xmlSchemaValidateDates (xmlSchemaValType type, in xmlSchemaValidateDates()
4691 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal()
4695 xmlSchemaValType ytype, in xmlSchemaCompareValuesInternal()
4997 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt()
5001 xmlSchemaValType ytype, in xmlSchemaCompareValuesWhtspExt()
[all …]
Dtestapi.c1127 static xmlSchemaValType gen_xmlSchemaValType(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlSchemaValType()
1135 static void des_xmlSchemaValType(int no ATTRIBUTE_UNUSED, xmlSchemaValType val ATTRIBUTE_UNUSED, in… in des_xmlSchemaValType()
1138 static void desret_xmlSchemaValType(xmlSchemaValType val ATTRIBUTE_UNUSED) { in desret_xmlSchemaValType()
35436 xmlSchemaValType type; /* the type of the built in type */ in test_xmlSchemaGetBuiltInType()
35625 xmlSchemaValType ret_val; in test_xmlSchemaGetValType()
35937 xmlSchemaValType valType; /* the built-in type of the value */ in test_xmlSchemaValidateFacetWhtsp()
36066 xmlSchemaValType valType; /* the built-in type */ in test_xmlSchemaValidateLengthFacetWhtsp()
Dxmlschemas.c1494 xmlSchemaValType valType; in xmlSchemaGetCanonValueWhtspExt()
24197 xmlSchemaValType valType, in xmlSchemaValidateFacets()
24654 (xmlSchemaValType) biType->builtInType, value, val, in xmlSchemaVCheckCVCSimpleType()