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

/external/libxml2/
H A Dxmlschemastypes.c5290 * @fws: the whitespace type of the facet's value
5303 xmlSchemaWhitespaceValueType fws,
5385 facet->val, facet->value, fws, valType, val,
5554 * @fws: the whitespace type of the facet's value
5570 xmlSchemaWhitespaceValueType fws,
5576 return(xmlSchemaValidateFacetInternal(facet, fws, valType,
5302 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5569 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
H A Dtestapi.c35770 xmlSchemaWhitespaceValueType fws; /* the whitespace type of the facet's value */ local
35789 fws = gen_xmlSchemaWhitespaceValueType(n_fws, 1);
35795 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
35799 des_xmlSchemaWhitespaceValueType(n_fws, fws, 1);
[all...]

Completed in 186 milliseconds