Searched defs:facet (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/class/class.friend/
H A Dp1.cpp66 class facet;
67 friend class facet; // should not assert
68 class facet {}; class in class:A
/external/libcxx/src/
H A Dlocale.cpp61 void operator()(locale::facet* p) {p->__release_shared();}
134 : public facet
141 vector<facet*> facets_;
143 vector<facet*, __sso_allocator<facet*, N> > facets_;
152 __imp(const __imp&, facet* f, long id);
158 const locale::facet* use_facet(long id) const;
163 void install(facet* f, long id);
173 : facet(refs),
209 : facet(ref
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
[all...]
/external/libxml2/
H A Dxmlschemastypes.c651 * @facetType: the facet type
653 * Evaluates if a specific facet can be
656 * Returns 1 if the facet can be used with the given built-in type,
2266 * xs:decimal has a whitespace-facet value of 'collapse'.
5044 * @facet: an schemas type facet
5046 * Extract the value of a facet
5051 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) argument
5056 if (facet == NULL)
5058 return ((unsigned long) facet
5074 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5129 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5243 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) argument
5272 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5298 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5517 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5556 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Drelaxng.c604 * @facet: the facet name
605 * @val: the facet value
609 * Function provided by a type library to check a value facet
614 const xmlChar * facet,
653 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2469 * @facet: the facet name
2470 * @val: the facet valu
2484 xmlSchemaFacetPtr facet; local
2752 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
H A Dxmlschemas.c1712 *buf = xmlStrdup(BAD_CAST "facet '");
1788 xmlSchemaFacetPtr facet; local
1802 for (facet = type->facets; facet != NULL; facet = facet->next) {
1803 if (facet->type != XML_SCHEMA_FACET_ENUMERATION)
1806 res = xmlSchemaGetCanonValueWhtspExt(facet->val,
1829 * The enumeration facet of a type restricts the enumeration
1830 * facet o
2629 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, unsigned long length, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const char *message, const xmlChar *str1, const xmlChar *str2) argument
3017 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3047 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3943 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) argument
3970 xmlSchemaFacetPtr facet, next; local
6635 xmlSchemaFacetPtr facet; local
11661 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15303 xmlSchemaFacetPtr facet; local
15379 xmlSchemaFacetPtr facet; local
15490 xmlSchemaFacetPtr facet; local
15679 xmlSchemaFacetPtr facet; local
17225 xmlSchemaFacetPtr facet, bfacet, local
18630 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18848 xmlSchemaFacetPtr facet = typeDecl->facets; local
18862 facet = facet->next; local
24165 xmlSchemaFacetPtr facet; local
[all...]
H A Dtestapi.c35016 xmlSchemaFacetPtr facet; /* the facet */ local
35030 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35035 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
35038 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35386 xmlSchemaFacetPtr facet; /* an schemas type facet */ local
35391 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35393 ret_val = xmlSchemaGetFacetValueAsULong(facet);
35396 des_xmlSchemaFacetPtr(n_facet, facet,
35715 xmlSchemaFacetPtr facet; /* the facet to check */ local
35768 xmlSchemaFacetPtr facet; /* the facet to check */ local
35839 xmlSchemaFacetPtr facet; /* the facet to check */ local
35899 xmlSchemaFacetPtr facet; /* the facet to check */ local
35968 xmlSchemaFacetPtr facet; /* the facet to check */ local
[all...]

Completed in 392 milliseconds