Home | History | Annotate | Download | only in libxml2

Lines Matching defs:NORMALIZE

7161 		/* TODO: Maybe we need to normalize the value beforehand. */
15755 int normalize,
24443 int normalize,
24451 #define NORMALIZE(atype) \
24453 (normalize || (type->flags & XML_SCHEMAS_TYPE_NORMVALUENEEDED))) { \
24497 * Whitespace-normalize.
24499 NORMALIZE(type);
24613 NORMALIZE(type);
24681 normalize = 1;
24682 NORMALIZE(type);
24710 * Always normalize union type values, since we currently
24743 NORMALIZE(memberLink->type);
25508 * Normalize the value.
26184 * VAL TODO: Normalize the value.