Home | History | Annotate | Download | only in libxml2

Lines Matching defs:NORMALIZE

7195 		/* TODO: Maybe we need to normalize the value beforehand. */
15798 int normalize,
24486 int normalize,
24494 #define NORMALIZE(atype) \
24496 (normalize || (type->flags & XML_SCHEMAS_TYPE_NORMVALUENEEDED))) { \
24540 * Whitespace-normalize.
24542 NORMALIZE(type);
24656 NORMALIZE(type);
24724 normalize = 1;
24725 NORMALIZE(type);
24753 * Always normalize union type values, since we currently
24786 NORMALIZE(memberLink->type);
25551 * Normalize the value.
26244 * VAL TODO: Normalize the value.