Home | History | Annotate | Download | only in src

Lines Matching defs:xv

4440 		* The xv character would have been replaced to 0x20.
4755 const xmlChar *xv, *yv;
4758 xv = xvalue;
4760 xv = x->value.str;
4791 if (xmlStrEqual(xv, yv))
4796 return (xmlSchemaComparePreserveReplaceStrings(xv, yv, 0));
4798 return (xmlSchemaComparePreserveCollapseStrings(xv, yv, 0));
4803 return (xmlSchemaComparePreserveReplaceStrings(yv, xv, 1));
4805 return (xmlSchemaCompareReplacedStrings(xv, yv));
4807 return (xmlSchemaCompareReplaceCollapseStrings(xv, yv, 0));
4812 return (xmlSchemaComparePreserveCollapseStrings(yv, xv, 1));
4814 return (xmlSchemaCompareReplaceCollapseStrings(yv, xv, 1));
4816 return (xmlSchemaCompareNormStrings(xv, yv));