Home
last modified time | relevance | path

Searched refs:facet (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/boost/boost/chrono/io/
Dtime_point_put.hpp34 class time_point_put: public std::locale::facet
62 std::locale::facet(refs) in time_point_put()
98 time_point_units<CharT> const &facet = in put() local
100 return put(facet, i, ios, fill, tp, pattern, pat_end); in put()
104 time_point_units_default<CharT> facet; in put() local
105 return put(facet, i, ios, fill, tp, pattern, pat_end); in put()
167 time_point_units<CharT> const &facet = in put() local
169 std::basic_string<CharT> str = facet.get_pattern(); in put()
170 return put(facet, i, ios, fill, tp, str.data(), str.data() + str.size()); in put()
174 time_point_units_default<CharT> facet; in put() local
[all …]
Dtime_point_get.hpp28 class time_point_get: public std::locale::facet
53 std::locale::facet(refs) in time_point_get()
106 … time_point_units<CharT> const &facet = std::use_facet<time_point_units<CharT> >(is.getloc()); in get() local
107 return get(facet, i, e, is, err, tp, pattern, pat_end); in get()
111 time_point_units_default<CharT> facet; in get() local
112 return get(facet, i, e, is, err, tp, pattern, pat_end); in get()
117 …iter_type get(time_point_units<CharT> const &facet, iter_type s, iter_type end, std::ios_base& ios, in get() argument
167 s = get_epoch<Clock> (facet, s, end, ios, err); in get()
221 … time_point_units<CharT> const &facet = std::use_facet<time_point_units<CharT> >(is.getloc()); in get() local
222 std::basic_string<CharT> str = facet.get_pattern(); in get()
[all …]
Dduration_put.hpp45 class duration_put: public std::locale::facet
73 std::locale::facet(refs) in duration_put()
109 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >( in put() local
111 return put(facet, s, ios, fill, d, pattern, pat_end, val); in put()
115 duration_units_default<CharT> facet; in put() local
116 return put(facet, s, ios, fill, d, pattern, pat_end, val); in put()
177 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >( in put() local
179 std::basic_string<CharT> str = facet.get_pattern(); in put()
180 return put(facet, s, ios, fill, d, str.data(), str.data() + str.size(), val); in put()
184 duration_units_default<CharT> facet; in put() local
[all …]
Dduration_get.hpp98 class duration_get: public std::locale::facet
127 std::locale::facet(refs) in duration_get()
181 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >(ios.getloc()); in get() local
182 return get(facet, s, end, ios, err, d, pattern, pat_end); in get()
186 duration_units_default<CharT> facet; in get() local
187 return get(facet, s, end, ios, err, d, pattern, pat_end); in get()
192 … iter_type get(duration_units<CharT> const&facet, iter_type s, iter_type end, std::ios_base& ios, in get() argument
242 s = get_unit(facet, s, end, ios, err, rt); in get()
344 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >(ios.getloc()); in get() local
345 std::basic_string<CharT> str = facet.get_pattern(); in get()
[all …]
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_input_facet.cpp22 boost::posix_time::time_input_facet* facet) in failure_test() argument
28 iss.imbue(std::locale(std::locale::classic(), facet)); in failure_test()
48 boost::posix_time::time_input_facet* facet) in failure_test() argument
54 iss.imbue(std::locale(std::locale::classic(), facet)); in failure_test()
118 time_input_facet* facet = new time_input_facet(); in do_all_tests()
119 std::locale loc(std::locale::classic(), facet); in do_all_tests()
120 facet->time_duration_format("%H:%M:%S""%f"); in do_all_tests()
128 facet->time_duration_format("%H"); in do_all_tests()
133 facet->time_duration_format("%M"); in do_all_tests()
138 facet->time_duration_format("%S"); in do_all_tests()
[all …]
/third_party/boost/boost/locale/boundary/
Dfacets.hpp100 class BOOST_LOCALE_DECL boundary_indexing : public std::locale::facet {
105 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing()
129 class BOOST_LOCALE_DECL boundary_indexing<char> : public std::locale::facet {
131 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing()
142 class BOOST_LOCALE_DECL boundary_indexing<wchar_t> : public std::locale::facet {
144 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing()
157 class BOOST_LOCALE_DECL boundary_indexing<char16_t> : public std::locale::facet {
159 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing()
172 class BOOST_LOCALE_DECL boundary_indexing<char32_t> : public std::locale::facet {
174 boundary_indexing(size_t refs=0) : std::locale::facet(refs) in boundary_indexing()
/third_party/boost/boost/date_time/
Ddate_generator_formatter.hpp130 const facet_type& facet) const in put_partial_date()
132 facet.put(next, a_ios, a_fill, pd.day()); in put_partial_date()
134 facet.put(next, a_ios, a_fill, pd.month()); in put_partial_date()
142 const facet_type& facet) const in put_nth_kday()
146 facet.put(next, a_ios, a_fill, nkd.day_of_week()); in put_nth_kday()
150 facet.put(next, a_ios, a_fill, nkd.month()); in put_nth_kday()
158 const facet_type& facet) const in put_first_kday()
162 facet.put(next, a_ios, a_fill, fkd.day_of_week()); in put_first_kday()
166 facet.put(next, a_ios, a_fill, fkd.month()); in put_first_kday()
174 const facet_type& facet) const in put_last_kday()
[all …]
Ddate_generator_parser.hpp140 const facet_type& facet) const in get_partial_date_type()
147 facet.get(sitr, stream_end, a_ios, d); in get_partial_date_type()
148 facet.get(sitr, stream_end, a_ios, m); in get_partial_date_type()
159 const facet_type& facet) const in get_nth_kday_type()
181 facet.get(sitr, stream_end, a_ios, wd); // day_of_week in get_nth_kday_type()
183 facet.get(sitr, stream_end, a_ios, m); // month in get_nth_kday_type()
194 const facet_type& facet) const in get_first_kday_type()
203 facet.get(sitr, stream_end, a_ios, wd); // day_of_week in get_first_kday_type()
205 facet.get(sitr, stream_end, a_ios, m); // month in get_first_kday_type()
217 const facet_type& facet) const in get_last_kday_type()
[all …]
Dperiod_formatter.hpp159 const facet_type& facet) const { in put_period()
161 next = facet.put(next, a_ios, a_fill, p.begin()); in put_period()
164 facet.put(next, a_ios, a_fill, p.last()); in put_period()
167 facet.put(next, a_ios, a_fill, p.end()); in put_period()
/third_party/boost/libs/locale/src/shared/
Dgenerator.cpp136 …for(locale_category_type facet = per_character_facet_first; facet <= per_character_facet_last && f… in generate() local
137 if(!(facets & facet)) in generate()
142 result = backend->install(result,facet,ch); in generate()
145 …for(locale_category_type facet = non_character_facet_first; facet <= non_character_facet_last && f… in generate() local
146 if(!(facets & facet)) in generate()
148 result = backend->install(result,facet); in generate()
/third_party/boost/libs/date_time/test/gregorian/
Dtestdate_input_facet.cpp22 boost::gregorian::date_input_facet* facet) in failure_test() argument
28 iss.imbue(std::locale(std::locale::classic(), facet)); in failure_test()
48 boost::gregorian::date_input_facet* facet) in failure_test() argument
54 iss.imbue(std::locale(std::locale::classic(), facet)); in failure_test()
145 date_input_facet* facet = new date_input_facet(); in main() local
146 facet->set_iso_format(); in main()
147 facet->month_format("%B"); in main()
148 facet->weekday_format("%A"); in main()
149 facet->year_format("%y"); in main()
151 iss.imbue(std::locale(std::locale::classic(), facet)); in main()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemastypes.in.h79 xmlSchemaFacetPtr facet,
83 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
94 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
99 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
106 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
120 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
123 xmlSchemaFacetPtr facet,
128 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
Dxmlschemastypes.c5094 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() argument
5099 if (facet == NULL) in xmlSchemaGetFacetValueAsULong()
5101 return ((unsigned long) facet->val->value.decimal.lo); in xmlSchemaGetFacetValueAsULong()
5117 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, in xmlSchemaValidateListSimpleTypeFacet() argument
5122 if (facet == NULL) in xmlSchemaValidateListSimpleTypeFacet()
5128 if (facet->type == XML_SCHEMA_FACET_LENGTH) { in xmlSchemaValidateListSimpleTypeFacet()
5129 if (actualLen != facet->val->value.decimal.lo) { in xmlSchemaValidateListSimpleTypeFacet()
5131 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
5134 } else if (facet->type == XML_SCHEMA_FACET_MINLENGTH) { in xmlSchemaValidateListSimpleTypeFacet()
5135 if (actualLen < facet->val->value.decimal.lo) { in xmlSchemaValidateListSimpleTypeFacet()
[all …]
/third_party/libxml2/include/libxml/
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,
/third_party/boost/libs/log/test/run/
Dform_date_time.cpp97 typedef boost::date_time::time_facet< ptime, CharT > facet; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
113 … strm2.imbue(std::locale(strm2.getloc(), new facet(formats::default_date_time_format().c_str()))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
122 strm2.imbue(std::locale(strm2.getloc(), new facet(formats::date_time_format().c_str()))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
138 typedef boost::date_time::date_facet< gdate, CharT > facet; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
154 strm2.imbue(std::locale(strm2.getloc(), new facet(formats::default_date_format().c_str()))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
163 strm2.imbue(std::locale(strm2.getloc(), new facet(formats::date_format().c_str()))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
179 typedef boost::date_time::time_facet< ptime, CharT > facet; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
195 facet* fac = new facet(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
206 facet* fac = new facet(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/boost/locale/
Dmessage.hpp44 struct base_message_format: public std::locale::facet
460 facet_type const *facet = 0; in write() local
462 facet = &std::use_facet<facet_type>(loc); in write()
464 if(facet) { in write()
466 translated = facet->get(domain_id,context,id); in write()
469 translated = facet->get(domain_id,context,id,n_); in write()
476 if(facet) { in write()
477 translated = facet->convert(msg,buffer); in write()
715 struct BOOST_LOCALE_DECL base_message_format<char> : public std::locale::facet
717 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format()
[all …]
Dconversion.hpp58 class BOOST_LOCALE_DECL converter: public converter_base, public std::locale::facet {
64 converter(size_t refs = 0) : std::locale::facet(refs) in converter()
79 class BOOST_LOCALE_DECL converter<char> : public converter_base, public std::locale::facet {
83 converter(size_t refs = 0) : std::locale::facet(refs) in converter()
93 … class BOOST_LOCALE_DECL converter<wchar_t> : public converter_base, public std::locale::facet {
96 converter(size_t refs = 0) : std::locale::facet(refs) in converter()
107 … class BOOST_LOCALE_DECL converter<char16_t> : public converter_base, public std::locale::facet {
110 converter(size_t refs = 0) : std::locale::facet(refs) in converter()
122 … class BOOST_LOCALE_DECL converter<char32_t> : public converter_base, public std::locale::facet {
125 converter(size_t refs = 0) : std::locale::facet(refs) in converter()
/third_party/boost/libs/program_options/test/
Dunicode_test.cpp51 std::codecvt<wchar_t, char, mbstate_t>* facet = in test_unicode_to_native() local
53 locale::global(locale(locale(), facet)); in test_unicode_to_native()
72 std::codecvt<wchar_t, char, mbstate_t>* facet = in test_native_to_unicode() local
74 locale::global(locale(locale(), facet)); in test_native_to_unicode()
137 std::codecvt<wchar_t, char, mbstate_t>* facet = in test_config_file() local
139 locale::global(locale(locale(), facet)); in test_config_file()
Dtest_convert.cpp81 boost::program_options::detail::utf8_codecvt_facet facet; in test_convert() local
89 facet); in test_convert()
97 facet); in test_convert()
120 string ref = boost::to_8_bit(output, facet); in test_convert()
/third_party/libxml2/result/schemas/
Ddecimal-3_1_0.err1 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'tot…
2 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'tot…
3 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': [facet 'tot…
4 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': [facet 'tot…
Dhexbinary_0_1.err5 ./test/schemas/hexbinary_1.xml:11: element hex2: Schemas validity error : Element 'hex2': [facet 'm…
6 ./test/schemas/hexbinary_1.xml:13: element hex3: Schemas validity error : Element 'hex3': [facet 'l…
7 ./test/schemas/hexbinary_1.xml:14: element hex3: Schemas validity error : Element 'hex3': [facet 'l…
Ddecimal-2_1_0.err1 ./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'min…
2 ./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'min…
/third_party/libxml2/
Dxmlschemastypes.c5179 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() argument
5184 if (facet == NULL || facet->val == NULL) in xmlSchemaGetFacetValueAsULong()
5186 return ((unsigned long) facet->val->value.decimal.lo); in xmlSchemaGetFacetValueAsULong()
5202 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, in xmlSchemaValidateListSimpleTypeFacet() argument
5207 if (facet == NULL) in xmlSchemaValidateListSimpleTypeFacet()
5213 if (facet->type == XML_SCHEMA_FACET_LENGTH) { in xmlSchemaValidateListSimpleTypeFacet()
5214 if (actualLen != facet->val->value.decimal.lo) { in xmlSchemaValidateListSimpleTypeFacet()
5216 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
5219 } else if (facet->type == XML_SCHEMA_FACET_MINLENGTH) { in xmlSchemaValidateListSimpleTypeFacet()
5220 if (actualLen < facet->val->value.decimal.lo) { in xmlSchemaValidateListSimpleTypeFacet()
[all …]
/third_party/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle64 d facet value like(xmlSchemaFacetPtr)
72 d facet value like(xmlSchemaFacetPtr)
92 d facet value like(xmlSchemaFacetPtr)
99 d facet value like(xmlSchemaFacetPtr)
117 d facet value like(xmlSchemaFacetPtr)
146 d facet value like(xmlSchemaFacetPtr)
153 d facet value like(xmlSchemaFacetPtr)
162 d facet value like(xmlSchemaFacetPtr)
/third_party/boost/libs/math/doc/fp_utilities/
Dfp_facets.qbk218 Thus it is a facet that formats numbers.
234 Unlike the C++ Standard facet `std::num_put`, the facet `nonfinite_num_put`
258 Thus it is a facet that parses strings that represent numbers.
272 Unlike the facet `std::num_get`, the facet `nonfinite_num_get` parses strings
285 The facet is case-insensitive. An optional + sign can be used with positive numbers.
290 When the facet parses a string that represents `infinity` on a platform that lacks infinity,
293 When the facet parses a string that represents `NaN` on a platform that lacks NaN,
314 The legacy flag has no effect with the output facet `nonfinite_num_put`.
316 If the legacy flag is used with the `nonfinite_num_get` input facet,
317 then the facet will recognize all the following string representations of `infinity` and `NaN`:
[all …]

1234