Searched refs:facet (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/SemaTemplate/
H A Dcrash-10438657.cpp5 class collate : public locale::facet {
H A Dexplicit-specialization-member.cpp15 class numpunct : public locale::facet // expected-error{{use of undeclared identifier 'locale'}} \
/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/test/std/localization/locale.categories/category.numeric/locale.nm.put/
H A Dtypes.pass.cpp14 // : public locale::facet
26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Dtypes.pass.cpp14 // : public locale::facet
26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/
H A Dtypes.pass.cpp14 // : public locale::facet
26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locales/locale/locale.types/locale.facet/
H A Dfacet.pass.cpp12 // class locale::facet
15 // explicit facet(size_t refs = 0);
16 // virtual ~facet();
17 // facet(const facet&) = delete;
18 // void operator=(const facet&) = delete;
27 : public std::locale::facet
31 : std::locale::facet(refs)
/external/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/
H A Dtypes.pass.cpp14 // : public locale::facet,
26 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), "");
28 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/
H A Dtypes.pass.cpp14 // : public locale::facet
26 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/
H A Dtypes.pass.cpp14 // : public locale::facet
26 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/
H A Dtypes.pass.cpp20 // : public locale::facet,
33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), "");
34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
/external/libxml2/include/libxml/
H A Dxmlschemastypes.h51 xmlSchemaFacetPtr facet,
55 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
71 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
78 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
95 xmlSchemaFacetPtr facet,
100 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
/external/libcxx/test/std/localization/locales/locale.global.templates/
H A Dhas_facet.pass.cpp18 : public std::locale::facet
H A Duse_facet.pass.cpp20 : public std::locale::facet
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/
H A Dtypes.pass.cpp14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
H A Dtypes.pass.cpp14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
H A Dtypes.pass.cpp14 // : public locale::facet {
37 static_assert((std::is_base_of<std::locale::facet, std::collate<char> >::value), "");
47 static_assert((std::is_base_of<std::locale::facet, std::collate<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
H A Dtypes.pass.cpp19 // : public locale::facet,
35 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), "");
36 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/
H A Dtypes.pass.cpp14 // : public locale::facet
36 static_assert((std::is_base_of<std::locale::facet, std::numpunct<char> >::value), "");
46 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
H A Dtypes_char.pass.cpp14 // : public locale::facet,
31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
H A Dtypes_char16_t.pass.cpp14 // : public locale::facet,
32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
H A Dtypes_char32_t.pass.cpp14 // : public locale::facet,
32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
H A Dtypes_wchar_t.pass.cpp14 // : public locale::facet,
31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
/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 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...]

Completed in 465 milliseconds

12