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

/macosx-10.9.5/libstdcxx-60/src/
H A Dlocale.cc187 // locale::facet
188 __c_locale locale::facet::_S_c_locale;
190 const char locale::facet::_S_c_name[2] = "C";
193 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
197 locale::facet::_S_initialize_once()
204 locale::facet::_S_get_c_locale()
219 locale::facet::_S_get_c_name()
222 locale::facet::
223 ~facet() { }
255 _M_facets = new const facet*[_M_facets_siz
[all...]
H A Dc++locale.cc134 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s,
141 __throw_runtime_error(__N("locale::facet::_S_create_c_locale "
146 locale::facet::_S_destroy_c_locale(__c_locale& __cloc)
150 locale::facet::_S_clone_c_locale(__c_locale&)
H A Dlocalename.cc185 locale::facet::_S_create_c_locale(__cloc, __s);
189 _M_facets = new const facet*[_M_facets_size];
192 _M_caches = new const facet*[_M_facets_size];
253 locale::facet::_S_destroy_c_locale(__cloc);
257 locale::facet::_S_destroy_c_locale(__cloc);
H A Dlocale_init.cc64 typedef char fake_facet_vec[sizeof(locale::facet*)]
65 __attribute__ ((aligned(__alignof__(locale::facet*))));
68 typedef char fake_cache_vec[sizeof(locale::facet*)]
69 __attribute__ ((aligned(__alignof__(locale::facet*))));
367 _M_facets = new (&facet_vec) const facet*[_M_facets_size];
368 _M_caches = new (&cache_vec) const facet*[_M_facets_size];
375 std::memcpy(_M_names[0], locale::facet::_S_get_c_name(), 2);
384 // facet is not destroyed when the locale (and thus locale::_Impl) is
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dlocale_classes.h74 class facet;
78 friend class facet;
173 * @brief Construct locale with another facet.
175 * Constructs a copy of the locale @a other. The facet @f is added to
176 * @other, replacing an existing facet of type Facet if there is one. If
180 * @param f The facet to add in.
200 * @brief Construct locale with another facet.
203 * existing facet of type Facet from the locale @a other into the new
206 * @param Facet The facet type to copy from other
209 * @throw std::runtime_error if other has no facet o
342 class locale::facet class in class:locale
374 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
[all...]
H A Dtime_members.h46 : facet(__refs), _M_data(NULL)
54 : facet(__refs), _M_data(__cache)
63 : facet(__refs), _M_data(NULL)
H A Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),
H A Dmessages_members.h46 : facet(__refs)
51 : facet(__refs)
H A Dlocale_facets.h108 // This template permits specializing facet output code for
140 * @brief Common base for ctype facet
149 class __ctype_abstract_base : public locale::facet, public ctype_base
357 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { }
367 * do_is() is a hook for a derived facet to change the behavior of
385 * do_is() is a hook for a derived facet to change the behavior of
404 * do_scan_is() is a hook for a derived facet to change the behavior of
423 * do_scan_is() is a hook for a derived facet to change the behavior of
443 * do_toupper() is a hook for a derived facet to change the behavior of
459 * do_toupper() is a hook for a derived facet t
[all...]
H A Dcodecvt.h49 /// @brief Empty base class for codecvt facet [22.2.1.5].
73 : public locale::facet, public codecvt_base
91 * facet's locale, internal and external types.
144 * facet's locale, internal and external types.
171 * facet's locale, internal and external types.
228 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }
/macosx-10.9.5/libxml2-26/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,
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...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/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,
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...]
/macosx-10.9.5/libxml2-26/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, xmlSchemaValType 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 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
2627 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
3015 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3045 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3941 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) argument
3968 xmlSchemaFacetPtr facet, next; local
6633 xmlSchemaFacetPtr facet; local
11659 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15301 xmlSchemaFacetPtr facet; local
15377 xmlSchemaFacetPtr facet; local
15488 xmlSchemaFacetPtr facet; local
15677 xmlSchemaFacetPtr facet; local
17223 xmlSchemaFacetPtr facet, bfacet, local
18628 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18846 xmlSchemaFacetPtr facet = typeDecl->facets; local
18860 facet = facet->next; local
24163 xmlSchemaFacetPtr facet; local
[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
2755 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
H A Dtestapi.c34995 xmlSchemaFacetPtr facet; /* the facet */ local
35009 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35014 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
35017 des_xmlSchemaFacetPtr(n_facet, facet, 0);
35365 xmlSchemaFacetPtr facet; /* an schemas type facet */ local
35370 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
35372 ret_val = xmlSchemaGetFacetValueAsULong(facet);
35375 des_xmlSchemaFacetPtr(n_facet, facet,
35694 xmlSchemaFacetPtr facet; /* the facet to check */ local
35747 xmlSchemaFacetPtr facet; /* the facet to check */ local
35818 xmlSchemaFacetPtr facet; /* the facet to check */ local
35878 xmlSchemaFacetPtr facet; /* the facet to check */ local
35947 xmlSchemaFacetPtr facet; /* the facet to check */ local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-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, xmlSchemaTypeType 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 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 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 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...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex2508 facet of this algorithm, is that it has been modified to only produce a certain amount of output digits as resolution. The importance of this

Completed in 799 milliseconds