/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlschemastypes.h | 57 xmlSchemaValType valType, 101 xmlSchemaValType valType,
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 57 xmlSchemaValType valType, 101 xmlSchemaValType valType,
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemastypes.c | 5118 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetInternal() argument 5149 switch (valType) { in xmlSchemaValidateLengthFacetInternal() 5159 if (valType == XML_SCHEMAS_STRING) in xmlSchemaValidateLengthFacetInternal() 5261 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetWhtsp() argument 5267 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val, in xmlSchemaValidateLengthFacetWhtsp() 5288 xmlSchemaValType valType, in xmlSchemaValidateFacetInternal() argument 5360 facet->val, facet->value, fws, valType, val, in xmlSchemaValidateFacetInternal() 5373 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal() 5374 (valType == XML_SCHEMAS_NOTATION)) in xmlSchemaValidateFacetInternal() 5381 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal() [all …]
|
D | xmlschemas.c | 1481 xmlSchemaValType valType; in xmlSchemaGetCanonValueWhtspExt() local 1491 valType = xmlSchemaGetValType(val); in xmlSchemaGetCanonValueWhtspExt() 1492 switch (valType) { in xmlSchemaGetCanonValueWhtspExt() 13333 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) in xmlSchemaIsDerivedFromBuiltInType() argument 13340 if (type->builtInType == valType) in xmlSchemaIsDerivedFromBuiltInType() 13345 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType() 13347 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType() 13362 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) 13369 if (type->builtInType == valType) 13373 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); [all …]
|
D | testapi.c | 35430 xmlSchemaValType valType; /* the built-in type of the value */ in test_xmlSchemaValidateFacetWhtsp() local 35448 valType = gen_xmlSchemaValType(n_valType, 2); in test_xmlSchemaValidateFacetWhtsp() 35453 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws); in test_xmlSchemaValidateFacetWhtsp() 35458 des_xmlSchemaValType(n_valType, valType, 2); in test_xmlSchemaValidateFacetWhtsp() 35559 xmlSchemaValType valType; /* the built-in type */ in test_xmlSchemaValidateLengthFacetWhtsp() local 35578 valType = gen_xmlSchemaValType(n_valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp() 35584 …ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, w… in test_xmlSchemaValidateLengthFacetWhtsp() 35588 des_xmlSchemaValType(n_valType, valType, 1); in test_xmlSchemaValidateLengthFacetWhtsp()
|
/external/libxml2/ |
D | xmlschemastypes.c | 5125 xmlSchemaTypeType valType, in xmlSchemaValidateLengthFacetInternal() argument 5156 switch (valType) { in xmlSchemaValidateLengthFacetInternal() 5166 if (valType == XML_SCHEMAS_STRING) in xmlSchemaValidateLengthFacetInternal() 5268 xmlSchemaValType valType, in xmlSchemaValidateLengthFacetWhtsp() argument 5274 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val, in xmlSchemaValidateLengthFacetWhtsp() 5295 xmlSchemaValType valType, in xmlSchemaValidateFacetInternal() argument 5367 facet->val, facet->value, fws, valType, val, in xmlSchemaValidateFacetInternal() 5380 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal() 5381 (valType == XML_SCHEMAS_NOTATION)) in xmlSchemaValidateFacetInternal() 5388 if ((valType == XML_SCHEMAS_QNAME) || in xmlSchemaValidateFacetInternal() [all …]
|
D | xmlschemas.c | 1481 xmlSchemaValType valType; in xmlSchemaGetCanonValueWhtspExt() local 1491 valType = xmlSchemaGetValType(val); in xmlSchemaGetCanonValueWhtspExt() 1492 switch (valType) { in xmlSchemaGetCanonValueWhtspExt() 13333 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) in xmlSchemaIsDerivedFromBuiltInType() argument 13340 if (type->builtInType == valType) in xmlSchemaIsDerivedFromBuiltInType() 13345 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType() 13347 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType() 13362 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) 13369 if (type->builtInType == valType) 13373 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); [all …]
|