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()
1574 xmlSchemaValidateDates (xmlSchemaValType type, in xmlSchemaValidateDates()
4805 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal()
4809 xmlSchemaValType ytype, in xmlSchemaCompareValuesInternal()
5111 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt()
5115 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()
35427 xmlSchemaValType type; /* the type of the built in type */ in test_xmlSchemaGetBuiltInType()
35616 xmlSchemaValType ret_val; in test_xmlSchemaGetValType()
35928 xmlSchemaValType valType; /* the built-in type of the value */ in test_xmlSchemaValidateFacetWhtsp()
36057 xmlSchemaValType valType; /* the built-in type */ in test_xmlSchemaValidateLengthFacetWhtsp()
Dxmlschemas.c1509 xmlSchemaValType valType; in xmlSchemaGetCanonValueWhtspExt_1()
24384 xmlSchemaValType valType, in xmlSchemaValidateFacets()
24836 (xmlSchemaValType) biType->builtInType, value, val, in xmlSchemaVCheckCVCSimpleType()