Home | History | Annotate | Download | only in etc

Lines Matching full:facet

200 	_istream.c, _num_get.c, _num_put.c: Remove invalid cached facet
204 only safe access to facet instances from a ios_base instance is through
205 the use_facet<Facet>(getloc()) function. Only _M_cached_ctype has been
368 find the combined facet. It was introducing an annoying dependency
517 to guaranty consistency with the default "C" facet implementations in
635 taking an other locale instance and a facet instance, _M_impl was
809 the codecvt facet.
861 wide char representation of localization information. The time facet
892 "C" facet is identical to the one contained in locale::classic().
896 moneypunct by name facet build from "C" similar to locale::classic()
989 implementation do not support the codecvt facet for the moment.
1017 to access those instances to avoid direct reference to the facet::id
1023 - numpunct facet: Remove unused _M_grouping field, move hard coded
1024 values of the "C" facet in the sources. Only the numpunct_byname<wchar_t>
1055 * test/unit/collate_facets_test.cpp: Fix "C" facet by name test,
1068 declaration in several facet classes. Moreover, num_get, num_put,
1088 facet build from the "C" name behave like the one coming from the
1129 of locale facet from the 'C' name.
1256 codecvt facet and integration of it in the basic_filebuf
1300 method we use a typeid call to report the unknown facet type. In other
1301 situation we report both the facet category being built and the name
1307 very long facet name.
1526 as the LC_CTYPE facet name to the locale constructor.
1974 messages facet, Windows platform do not support it.
2000 Simplification of the messages facet implementation. _Messages class
2007 anymore in the facet implementation, it is only used on construction
2033 * src/facets_byname.cpp: As, according Standard, *_byname facet
2036 a facet from a null name.
2039 in messages facet support.
2042 Simplification of the messages facet implementation. Major modification
2043 is that the C messages facet has now only one representation which is
2050 * test/unit/locale_test.cpp: Facet tests has been moved to facet
2056 each facet category.
2426 * test/unit/locale_test.cpp: test for ctype facet for wchar_t added.
2431 to isolate access to facet id instance in one place. It guaranty that
2432 the facet id instances initialized in _Stl_loc_assign_ids function
2454 * test/unit/locale_test.cpp: Removed facet_id test case, facet id
2456 test. Wrong facet id management will be shown by other tests. Moreover
2497 * stlport/stl/_istream.c: Removed useless cast to num_get facet.