Searched refs:valType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlschemastypes.h57 xmlSchemaValType valType,
101 xmlSchemaValType valType,
/external/libxml2/include/libxml/
H A Dxmlschemastypes.h57 xmlSchemaValType valType,
101 xmlSchemaValType valType,
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c5118 xmlSchemaValType valType,
5149 switch (valType) {
5159 if (valType == XML_SCHEMAS_STRING)
5247 * @valType: the built-in type
5261 xmlSchemaValType valType,
5267 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
5275 * @valType: the built-in type of the value
5288 xmlSchemaValType valType,
5360 facet->val, facet->value, fws, valType, val,
5373 if ((valType
5117 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5260 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5286 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5544 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1481 xmlSchemaValType valType; local
1491 valType = xmlSchemaGetValType(val);
1492 switch (valType) {
13326 * @valType: the value type
13333 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13340 if (type->builtInType == valType)
13345 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13347 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13355 * @valType: the value type
13362 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
24121 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
[all...]
H A Dtestapi.c35430 xmlSchemaValType valType; /* the built-in type of the value */ local
35448 valType = gen_xmlSchemaValType(n_valType, 2);
35453 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35458 des_xmlSchemaValType(n_valType, valType, 2);
35559 xmlSchemaValType valType; /* the built-in type */ local
35578 valType = gen_xmlSchemaValType(n_valType, 1);
35584 ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
35588 des_xmlSchemaValType(n_valType, valType, 1);
[all...]
/external/libxml2/
H A Dxmlschemastypes.c5125 xmlSchemaValType valType,
5156 switch (valType) {
5166 if (valType == XML_SCHEMAS_STRING)
5254 * @valType: the built-in type
5268 xmlSchemaValType valType,
5274 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
5282 * @valType: the built-in type of the value
5295 xmlSchemaValType valType,
5367 facet->val, facet->value, fws, valType, val,
5380 if ((valType
5124 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5267 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5293 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5551 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1486 xmlSchemaValType valType; local
1496 valType = xmlSchemaGetValType(val);
1497 switch (valType) {
13354 * @valType: the value type
13361 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13368 if (type->builtInType == valType)
13373 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13375 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13383 * @valType: the value type
13390 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
24150 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
[all...]

Completed in 3414 milliseconds