Home | History | Annotate | Download | only in libxml2

Lines Matching refs:yv

4334 		* The yv character would have been replaced to 0x20.
4423 * The yv character would have been replaced to 0x20.
4762 const xmlChar *xv, *yv;
4769 yv = yvalue;
4771 yv = y->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));