Home
last modified time | relevance | path

Searched refs:wformat (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/format/test/
Dformat_test_wstring.cpp22 using boost::wformat; in main()
23 wformat wfmter(L"%%##%%##%%1 %1%00"); in main()
26 if(str( wformat(L"%%##%#x ##%%1 %s00") % 20 % L"Escaped OK" ) != L"%##0x14 ##%1 Escaped OK00") in main()
30 wformat wfmt(L"%1$.1f"); in main()
33 wformat wfmt2(L"%1$.0f %%"); in main()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstclockoverlay.c108 if (wcsftime (buf, sizeof (buf), (wchar_t *) overlay->wformat, t) == 0) in gst_clock_overlay_render_time()
191 g_free (overlay->wformat); in gst_clock_overlay_finalize()
212 overlay->wformat = in gst_clock_overlay_init()
246 g_free (overlay->wformat); in gst_clock_overlay_set_property()
247 overlay->wformat = in gst_clock_overlay_set_property()
Dgstclockoverlay.h53 gunichar2 *wformat; member
/third_party/boost/boost/format/
Dformat_fwd.hpp30 typedef basic_format<wchar_t > wformat; typedef
/third_party/boost/libs/locale/examples/
Dwhello.cpp30 …wcout <<wformat(L"Today {1,date} at {1,time} we had run our first localization example") % time(0) in main()
/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c43 enum wave_format wformat; member
364 if (state->format != map->wformat) in wave_parser_pre_process()
527 state->format = format_maps[i].wformat; in wave_builder_pre_process()
/third_party/boost/libs/locale/doc/
Dlocalized_text_formatting.txt34 wcout << wformat(L"Today {1,date} I would meet {2} at home") % time(0) % name <<endl;
130 …std::wstring de = (wformat(translate("Adding {1} to {2}, we get {3}")) % a % b % (a+b)).str(de_loc…
131 …std::wstring fr = (wformat(translate("Adding {1} to {2}, we get {3}")) % a % b % (a+b)).str(fr_loc…
/third_party/boost/boost/locale/
Dformat.hpp475 typedef basic_format<wchar_t> wformat; typedef
/third_party/mksh/
DBuild.sh1683 ac_flags 1 wformat '-qformat=all -qformat=nozln'