Home | History | Annotate | Download | only in libxml2

Lines Matching refs:normalize

7222 		/* TODO: Maybe we need to normalize the value beforehand. */
15824 int normalize,
24515 int normalize,
24523 #define NORMALIZE(atype) \
24525 (normalize || (type->flags & XML_SCHEMAS_TYPE_NORMVALUENEEDED))) { \
24569 * Whitespace-normalize.
24571 NORMALIZE(type);
24685 NORMALIZE(type);
24753 normalize = 1;
24754 NORMALIZE(type);
24782 * Always normalize union type values, since we currently
24815 NORMALIZE(memberLink->type);
25580 * Normalize the value.
26273 * VAL TODO: Normalize the value.