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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemastypes.h140 xmlSchemaWhitespaceValueType yws);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c4658 xmlSchemaWhitespaceValueType yws)
4775 if (yws == XML_SCHEMA_WHITESPACE_PRESERVE) {
4781 } else if (yws == XML_SCHEMA_WHITESPACE_REPLACE)
4783 else if (yws == XML_SCHEMA_WHITESPACE_COLLAPSE)
4788 if (yws == XML_SCHEMA_WHITESPACE_PRESERVE)
4790 if (yws == XML_SCHEMA_WHITESPACE_REPLACE)
4792 if (yws == XML_SCHEMA_WHITESPACE_COLLAPSE)
4797 if (yws == XML_SCHEMA_WHITESPACE_PRESERVE)
4799 if (yws == XML_SCHEMA_WHITESPACE_REPLACE)
4801 if (yws
4651 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4898 xmlSchemaWhitespaceValueType xws, yws; local
4933 xmlSchemaCompareValuesWhtsp(xmlSchemaValPtr x, xmlSchemaWhitespaceValueType xws, xmlSchemaValPtr y, xmlSchemaWhitespaceValueType yws) argument
4957 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
[all...]

Completed in 57 milliseconds