Searched defs:xws (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c4668 xmlSchemaWhitespaceValueType xws,
4787 if (xws == XML_SCHEMA_WHITESPACE_PRESERVE) {
4800 } else if (xws == XML_SCHEMA_WHITESPACE_REPLACE) {
4809 } else if (xws == XML_SCHEMA_WHITESPACE_COLLAPSE) {
4912 xmlSchemaWhitespaceValueType xws, yws; local
4917 xws = XML_SCHEMA_WHITESPACE_PRESERVE;
4919 xws = XML_SCHEMA_WHITESPACE_REPLACE;
4921 xws = XML_SCHEMA_WHITESPACE_COLLAPSE;
4930 return(xmlSchemaCompareValuesInternal(x->type, x, NULL, xws, y->type,
4937 * @xws
4665 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4947 xmlSchemaCompareValuesWhtsp(xmlSchemaValPtr x, xmlSchemaWhitespaceValueType xws, xmlSchemaValPtr y, xmlSchemaWhitespaceValueType yws) argument
4971 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
[all...]
H A Dtestapi.c34833 xmlSchemaWhitespaceValueType xws; /* the whitespace value of x */ local
34846 xws = gen_xmlSchemaWhitespaceValueType(n_xws, 1);
34850 ret_val = xmlSchemaCompareValuesWhtsp(x, xws, y, yws);
34854 des_xmlSchemaWhitespaceValueType(n_xws, xws, 1);
[all...]
/external/libxml2/
H A Dxmlschemastypes.c4675 xmlSchemaWhitespaceValueType xws,
4794 if (xws == XML_SCHEMA_WHITESPACE_PRESERVE) {
4807 } else if (xws == XML_SCHEMA_WHITESPACE_REPLACE) {
4816 } else if (xws == XML_SCHEMA_WHITESPACE_COLLAPSE) {
4919 xmlSchemaWhitespaceValueType xws, yws; local
4924 xws = XML_SCHEMA_WHITESPACE_PRESERVE;
4926 xws = XML_SCHEMA_WHITESPACE_REPLACE;
4928 xws = XML_SCHEMA_WHITESPACE_COLLAPSE;
4937 return(xmlSchemaCompareValuesInternal(x->type, x, NULL, xws, y->type,
4944 * @xws
4672 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4954 xmlSchemaCompareValuesWhtsp(xmlSchemaValPtr x, xmlSchemaWhitespaceValueType xws, xmlSchemaValPtr y, xmlSchemaWhitespaceValueType yws) argument
4978 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
[all...]

Completed in 279 milliseconds