Searched refs:hold_ptr (Results 1 – 17 of 17) sorted by relevance
18 class hold_ptr { class19 hold_ptr(hold_ptr const &other); // non copyable 20 hold_ptr const &operator=(hold_ptr const &other); // non assignable25 hold_ptr() : ptr_(0) {} in hold_ptr() function in boost::locale::hold_ptr29 explicit hold_ptr(T *v) : ptr_(v) {} in hold_ptr() function in boost::locale::hold_ptr34 ~hold_ptr() in ~hold_ptr()79 void swap(hold_ptr &other) in swap()
174 hold_ptr<impl> pimpl_;
224 hold_ptr<data> d;
566 hold_ptr<abstract_calendar> impl_;857 hold_ptr<abstract_calendar> impl_;
125 hold_ptr<data> d;
19 #include <boost/locale/hold_ptr.hpp>66 hold_ptr<from_type> cvt_from_;67 hold_ptr<to_type> cvt_to_;110 hold_ptr<from_type> cvt_from_;111 hold_ptr<to_type> cvt_to_;151 hold_ptr<from_type> cvt_from_;152 hold_ptr<to_type> cvt_to_;
43 hold_ptr<converter_between> cvt; in convert_between()69 hold_ptr<converter_to_utf<CharType> > cvt; in convert_to()95 hold_ptr<converter_from_utf<CharType> > cvt; in convert_from()
47 … hold_ptr<icu::DateFormat> fmt(icu::DateFormat::createDateInstance(styles[i],locale)); in icu_formatters_cache()55 … hold_ptr<icu::DateFormat> fmt(icu::DateFormat::createTimeInstance(styles[i],locale)); in icu_formatters_cache()64 hold_ptr<icu::DateFormat> fmt( in icu_formatters_cache()93 hold_ptr<icu::NumberFormat> ap; in number_format()159 hold_ptr<icu::DateFormat> fmt(icu::DateFormat::createDateTimeInstance( in date_formatter()
123 hold_ptr<util::base_converter> cvt; in create_uconv_converter()143 hold_ptr<util::base_converter> cvt; in create_codecvt()
230 hold_ptr<icu::DateFormat> aicu_fmt_;236 hold_ptr<icu::DateFormat> df(dfin); in strftime_to_icu_full()384 hold_ptr<formatter<CharType> > fmt; in generate_formatter()458 hold_ptr<icu::DateFormat> adf; in generate_formatter()
221 hold_ptr<icu::Calendar> self(calendar_->clone()); in difference()262 hold_ptr<icu::Calendar> calendar_;
110 hold_ptr<icu::BreakIterator> bi; in get_iterator()138 hold_ptr<icu::BreakIterator> bi(get_iterator(t,loc)); in do_map()
218 hold_ptr<icu::TimeZone> tz(icu::TimeZone::createDefault());
119 typedef hold_ptr<formatter_type> formatter_ptr;226 typedef hold_ptr<formatter_type> formatter_ptr;
217 hold_ptr<util::base_converter> cvt; in create_iconv_converter()
675 hold_ptr<gregorian_calendar> self(clone()); in get_diff()696 hold_ptr<gregorian_calendar> keeper; in difference()
85 boost::locale::hold_ptr<boost::locale::util::base_converter> cvt(pcvt); in test_shiftjis()