Home
last modified time | relevance | path

Searched refs:facets (Results 1 – 25 of 35) sorted by relevance

12

/third_party/gettext/gettext-tools/tests/
Dsetlocale.c107 static struct list *facets = NULL; in setlocale() local
120 while ((facetp = facets) != NULL) in setlocale()
122 facets = facetp->next; in setlocale()
132 for (facetp = facets; facetp != NULL; facetp = facetp->next) in setlocale()
144 facetp->next = facets; in setlocale()
145 facets = facetp; in setlocale()
151 for (facetp = facets; facetp != NULL; facetp = facetp->next) in setlocale()
/third_party/boost/libs/locale/doc/
Dstatus_of_cpp0x_characters_support.txt21 -# Standard library does not install any std::locale::facets for this support so any attempt
23 -# Standard library misses specialization for required \c char16_t/char32_t locale facets,
29 MSVC provides all required facets however:
31 -# Standard library does not provide installations of std::locale::id for these facets
Dstd_locales.txt19 … this information is provided by facets, special classes derived from the \c std::locale::facet ba…
21 keeps reference counters on installed facets and can be efficiently copied.
46 You can also create your own facets and install them into existing locale objects. For example:
78 the very limited C++ standard library facets, it uses ICU under the hood to create its own much mor…
Dfaq.txt16 …se incorrect \c std::locale object. All Boost.Locale tools relay on \c std::locale object's facets.
19 global locale (and default created one) would have required facets to use.
Dcharset_handling.txt47 Boost.Locale provides stream codepage conversion facets based on the \c std::codecvt facet.
50 Most of compilers provide such facets, but:
56 Thus Boost.Locale provides an option to generate code-page conversion facets for use with
Drationale.txt26 Why do we need a localization library, when standard C++ facets (should) provide most of the requir…
158 …- The existing facets for \c ptime formatting and parsing were not designed in a way that the us…
162 …Also, the facets of \c ptime are not "correctly" designed in terms of division of formatting infor…
166 …The user of the library should not have to create new facets to change simple formatting informati…
224 - The C++ locales system would work only if standard facets like \c std::num_put are installed into…
225 …existing instance of \c std::locale, however in the many standard C++ libraries these facets are s…
Dlocale_gen.txt60 application uses only 8-bit encodings, only wide-character encodings, or only specific facets, you …
Dlocalized_text_formatting.txt104 with formatting facets, giving more fine grained control of formatting. For example:
Dformatting_and_parsing.txt27 …ote, such formats may still be localized by the default \c std::num_put and \c std::num_get facets.
/third_party/boost/libs/locale/src/shared/
Dgenerator.cpp133 locale_category_type facets = d->cats; in generate() local
137 if(!(facets & facet)) in generate()
146 if(!(facets & facet)) in generate()
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle509 * Used to build a list of facets.
667 * indicates if the facets need a computed value
709 * has facets
716 * indicates if the facets (pattern) need a normalized value
769 d facets like(xmlSchemaFacetPtr) Local facets
777 d facetSet like(xmlSchemaFacetLinkPtr) All facets
/third_party/boost/libs/math/doc/fp_utilities/
Dfp_facets.qbk36 To use these facets
65 The facets `nonfinite_num_put` and `nonfinite_num_get`
73 [tip To add two facets, `nonfinite_num_put` and `nonfinite_num_get`,
396 Without using a new locale that contains the nonfinite facets,
418 Or you need to imbue your stringstream with suitable get and put facets.]
468 facets `nonfinite_num_put` and `nonfinite_num_get` with archives,
539 Facets are reference counted, and locales can share facets.
553 However, facets derived from `std::num_put` do not have access to the stream state.
/third_party/boost/libs/phoenix/doc/
Dintroduction.qbk23 important facets of FP. C++ is a multiparadigm programming language. It is not
/third_party/boost/libs/math/doc/overview/
Dcredits.qbk31 and manipulation code, and nonfinite facets to permit C99 output of infinities and NaNs.
32 (nonfinite facets were not added until Boost 1.47 but had been in use with Boost.Spirit).
Droadmap.qbk372 … to use improved version of lexical_cast which handles C99 nonfinites without using globale facets.
395 * Added changesign function to sign.hpp to facilitate addition of nonfinite facets.
396 * Addition of nonfinite facets from Johan Rade, with tests,
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt212 Indicates that normals of backfacing facets should be inverted
218 of backfacing facets whenever lighting is enabled.
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt212 Indicates that normals of backfacing facets should be inverted
218 of backfacing facets whenever lighting is enabled.
/third_party/libxml2/include/libxml/
DschemasInternals.h621 xmlSchemaFacetPtr facets; /* Local facets */ member
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h649 xmlSchemaFacetPtr facets; /* Local facets */ member
Dxmlschemas.c1840 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet()
4026 if (type->facets != NULL) { in xmlSchemaFreeType()
4029 facet = type->facets; in xmlSchemaFreeType()
11758 type->facets = facet; in xmlSchemaParseRestriction()
11769 if (type->facets != NULL) { in xmlSchemaParseRestriction()
11772 facet = type->facets; in xmlSchemaParseRestriction()
15370 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15380 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15472 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15473 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
[all …]
/third_party/boost/libs/spirit/doc/qi/
Dstream.qbk142 This ensures all facets registered (imbued) with the original I/O
/third_party/boost/libs/spirit/doc/karma/
Dstream.qbk166 This ensures all facets registered (imbued) with the original I/O
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dvisibility.dart22 /// These widgets provide some of the facets of this one:
/third_party/libxml2/
Dxmlschemas.c1862 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet()
4042 if (type->facets != NULL) { in xmlSchemaFreeType()
4045 facet = type->facets; in xmlSchemaFreeType()
11780 type->facets = facet; in xmlSchemaParseRestriction()
11791 if (type->facets != NULL) { in xmlSchemaParseRestriction()
11794 facet = type->facets; in xmlSchemaParseRestriction()
15443 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15453 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15545 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15546 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
[all …]
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk1190 This macro provides a consistent way to access a locale's facets. For example,
1200 This macro provides a consistent way to check a locale's facets. For example,

12