Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xv

4447 		* The xv character would have been replaced to 0x20.
4762 const xmlChar *xv, *yv;
4765 xv = xvalue;
4767 xv = x->value.str;
4798 if (xmlStrEqual(xv, yv))
4803 return (xmlSchemaComparePreserveReplaceStrings(xv, yv, 0));
4805 return (xmlSchemaComparePreserveCollapseStrings(xv, yv, 0));
4810 return (xmlSchemaComparePreserveReplaceStrings(yv, xv, 1));
4812 return (xmlSchemaCompareReplacedStrings(xv, yv));
4814 return (xmlSchemaCompareReplaceCollapseStrings(xv, yv, 0));
4819 return (xmlSchemaComparePreserveCollapseStrings(yv, xv, 1));
4821 return (xmlSchemaCompareReplaceCollapseStrings(yv, xv, 1));
4823 return (xmlSchemaCompareNormStrings(xv, yv));