Lines Matching refs:normalize
1103 * Normalize the space in non CDATA attribute values:
1141 * Normalize the space in non CDATA attribute values, a slightly more complex
3141 int *len, int *alloc, int normalize);
3838 * @normalize: wether to apply the inner normalization
3847 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) {
4019 if ((len != 0) || (!normalize)) {
4020 if ((!normalize) || (!in_space)) {
4043 if ((in_space) && (normalize)) {
4096 * checked for validity, the XML processor must normalize it as follows:
8814 * @normalize: if 1 then further non-CDATA normalization must be done
8822 * checked for validity, the XML processor must normalize it as follows:
8845 int normalize)
8881 if (normalize) {
9027 return xmlParseAttValueComplex(ctxt, len, normalize);
9053 int normalize = 0;
9073 normalize = 1;
9083 val = xmlParseAttValueInternal(ctxt, len, alloc, normalize);
9084 if (normalize) {