Searched defs:facet (Results 1 - 12 of 12) 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/stlport/src/
H A Dlocale.cpp43 locale::facet::~facet() {}
62 string what = "Unable to find facet";
70 const char* name, const char* facet) {
75 what += facet;
76 what += " facet category, unable to create facet for ";
87 what = "Unable to create facet ";
88 what += facet;
128 void locale::_M_insert(facet*
69 _M_throw_on_creation_failure(int __err_code, const char* name, const char* facet) argument
[all...]
/external/stlport/stlport/stl/
H A D_locale.h80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet
[all...]
/external/chromium_org/third_party/libxml/src/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/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/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c647 * @facetType: the facet type
649 * Evaluates if a specific facet can be
652 * Returns 1 if the facet can be used with the given built-in type,
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
5032 * @facet: an schemas type facet
5034 * Extract the value of a facet
5039 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) argument
5044 if (facet == NULL)
5046 return ((unsigned long) facet
5062 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5117 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5231 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) argument
5260 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5286 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5505 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5544 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Drelaxng.c603 * @facet: the facet name
604 * @val: the facet value
608 * Function provided by a type library to check a value facet
613 const xmlChar * facet,
652 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2468 * @facet: the facet name
2469 * @val: the facet valu
2483 xmlSchemaFacetPtr facet; local
2754 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
H A Dxmlschemas.c1707 *buf = xmlStrdup(BAD_CAST "facet '");
1783 xmlSchemaFacetPtr facet; local
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
1798 if (facet->type != XML_SCHEMA_FACET_ENUMERATION)
1801 res = xmlSchemaGetCanonValueWhtspExt(facet->val,
1824 * The enumeration facet of a type restricts the enumeration
1825 * facet o
2608 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
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3026 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3922 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) argument
3949 xmlSchemaFacetPtr facet, next; local
6614 xmlSchemaFacetPtr facet; local
11640 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15272 xmlSchemaFacetPtr facet; local
15348 xmlSchemaFacetPtr facet; local
15459 xmlSchemaFacetPtr facet; local
15648 xmlSchemaFacetPtr facet; local
17194 xmlSchemaFacetPtr facet, bfacet, local
18599 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18817 xmlSchemaFacetPtr facet = typeDecl->facets; local
18831 facet = facet->next; local
24134 xmlSchemaFacetPtr facet; local
[all...]
H A Dtestapi.c34674 xmlSchemaFacetPtr facet; /* the facet */ local
34688 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34693 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
34696 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35044 xmlSchemaFacetPtr facet; /* an schemas type facet */ local
35049 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35051 ret_val = xmlSchemaGetFacetValueAsULong(facet);
35054 des_xmlSchemaFacetPtr(n_facet, facet,
35373 xmlSchemaFacetPtr facet; /* the facet to check */ local
35426 xmlSchemaFacetPtr facet; /* the facet to check */ local
35497 xmlSchemaFacetPtr facet; /* the facet to check */ local
35557 xmlSchemaFacetPtr facet; /* the facet to check */ local
35626 xmlSchemaFacetPtr facet; /* the facet to check */ local
[all...]
/external/libxml2/
H A Dxmlschemastypes.c647 * @facetType: the facet type
649 * Evaluates if a specific facet can be
652 * Returns 1 if the facet can be used with the given built-in type,
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
5039 * @facet: an schemas type facet
5041 * Extract the value of a facet
5046 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) argument
5051 if (facet == NULL)
5053 return ((unsigned long) facet
5069 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5124 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5238 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) argument
5267 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5293 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5512 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5551 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Drelaxng.c603 * @facet: the facet name
604 * @val: the facet value
608 * Function provided by a type library to check a value facet
613 const xmlChar * facet,
652 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2468 * @facet: the facet name
2469 * @val: the facet valu
2483 xmlSchemaFacetPtr facet; local
2754 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
H A Dxmlschemas.c1707 *buf = xmlStrdup(BAD_CAST "facet '");
1783 xmlSchemaFacetPtr facet; local
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
1798 if (facet->type != XML_SCHEMA_FACET_ENUMERATION)
1801 res = xmlSchemaGetCanonValueWhtspExt(facet->val,
1824 * The enumeration facet of a type restricts the enumeration
1825 * facet o
2608 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
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3026 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3922 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) argument
3949 xmlSchemaFacetPtr facet, next; local
6614 xmlSchemaFacetPtr facet; local
11640 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15273 xmlSchemaFacetPtr facet; local
15349 xmlSchemaFacetPtr facet; local
15460 xmlSchemaFacetPtr facet; local
15649 xmlSchemaFacetPtr facet; local
17195 xmlSchemaFacetPtr facet, bfacet, local
18600 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18818 xmlSchemaFacetPtr facet = typeDecl->facets; local
18832 facet = facet->next; local
24135 xmlSchemaFacetPtr facet; local
[all...]

Completed in 1803 milliseconds