Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c24377 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local
24382 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
24383 if (normValue != NULL) \ in xmlSchemaVCheckCVCSimpleType()
24384 value = normValue; \ in xmlSchemaVCheckCVCSimpleType()
24688 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24689 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
24699 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24700 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
25430 xmlChar *normValue; in xmlSchemaVAttributesComplex() local
25437 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()
[all …]