Home | History | Annotate | Download | only in libxml2

Lines Matching defs:NORMALIZE

7180 		/* TODO: Maybe we need to normalize the value beforehand. */
15783 int normalize,
24471 int normalize,
24479 #define NORMALIZE(atype) \
24481 (normalize || (type->flags & XML_SCHEMAS_TYPE_NORMVALUENEEDED))) { \
24525 * Whitespace-normalize.
24527 NORMALIZE(type);
24641 NORMALIZE(type);
24709 normalize = 1;
24710 NORMALIZE(type);
24738 * Always normalize union type values, since we currently
24771 NORMALIZE(memberLink->type);
25536 * Normalize the value.
26229 * VAL TODO: Normalize the value.