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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c24448 xmlChar *normValue = NULL; local
24453 normValue = xmlSchemaNormalizeValue(atype, value); \
24454 if (normValue != NULL) \
24455 value = normValue; \
24759 if (normValue != NULL)
24760 xmlFree(normValue);
24770 if (normValue != NULL)
24771 xmlFree(normValue);
25502 xmlChar *normValue; local
25509 normValue
26181 xmlChar *normValue; local
[all...]
/external/libxml2/
H A Dxmlschemas.c24477 xmlChar *normValue = NULL; local
24482 normValue = xmlSchemaNormalizeValue(atype, value); \
24483 if (normValue != NULL) \
24484 value = normValue; \
24788 if (normValue != NULL)
24789 xmlFree(normValue);
24799 if (normValue != NULL)
24800 xmlFree(normValue);
25531 xmlChar *normValue; local
25538 normValue
26227 xmlChar *normValue; local
[all...]

Completed in 261 milliseconds