Home | History | Annotate | Download | only in libxml2

Lines Matching defs:NORMALIZE

7161 		/* TODO: Maybe we need to normalize the value beforehand. */
15685 int normalize,
24371 int normalize,
24379 #define NORMALIZE(atype) \
24381 (normalize || (type->flags & XML_SCHEMAS_TYPE_NORMVALUENEEDED))) { \
24425 * Whitespace-normalize.
24427 NORMALIZE(type);
24541 NORMALIZE(type);
24609 normalize = 1;
24610 NORMALIZE(type);
24638 * Always normalize union type values, since we currently
24671 NORMALIZE(memberLink->type);
25435 * Normalize the value.
26111 * VAL TODO: Normalize the value.