Searched defs:yws (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c4661 xmlSchemaWhitespaceValueType yws)
4778 if (yws == XML_SCHEMA_WHITESPACE_PRESERVE) {
4784 } else if (yws == XML_SCHEMA_WHITESPACE_REPLACE)
4786 else if (yws == XML_SCHEMA_WHITESPACE_COLLAPSE)
4791 if (yws == XML_SCHEMA_WHITESPACE_PRESERVE)
4793 if (yws == XML_SCHEMA_WHITESPACE_REPLACE)
4795 if (yws == XML_SCHEMA_WHITESPACE_COLLAPSE)
4800 if (yws == XML_SCHEMA_WHITESPACE_PRESERVE)
4802 if (yws == XML_SCHEMA_WHITESPACE_REPLACE)
4804 if (yws
4654 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4901 xmlSchemaWhitespaceValueType xws, yws; local
4936 xmlSchemaCompareValuesWhtsp(xmlSchemaValPtr x, xmlSchemaWhitespaceValueType xws, xmlSchemaValPtr y, xmlSchemaWhitespaceValueType yws) argument
4960 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
[all...]
H A Dtestapi.c34520 xmlSchemaWhitespaceValueType yws; /* the whitespace value of y */ local
34531 yws = gen_xmlSchemaWhitespaceValueType(n_yws, 3);
34533 ret_val = xmlSchemaCompareValuesWhtsp(x, xws, y, yws);
34539 des_xmlSchemaWhitespaceValueType(n_yws, yws, 3);
[all...]

Completed in 172 milliseconds