Home
last modified time | relevance | path

Searched refs:hold_ptr (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/locale/
Dhold_ptr.hpp18 class hold_ptr { class
19 hold_ptr(hold_ptr const &other); // non copyable
20 hold_ptr const &operator=(hold_ptr const &other); // non assignable
25 hold_ptr() : ptr_(0) {} in hold_ptr() function in boost::locale::hold_ptr
29 explicit hold_ptr(T *v) : ptr_(v) {} in hold_ptr() function in boost::locale::hold_ptr
34 ~hold_ptr() in ~hold_ptr()
79 void swap(hold_ptr &other) in swap()
Dlocalization_backend.hpp174 hold_ptr<impl> pimpl_;
Dgenerator.hpp224 hold_ptr<data> d;
Ddate_time.hpp566 hold_ptr<abstract_calendar> impl_;
857 hold_ptr<abstract_calendar> impl_;
Dformat.hpp125 hold_ptr<data> d;
/third_party/boost/libs/locale/src/encoding/
Duconv_codepage.ipp19 #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_;
Dcodepage.cpp43 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()
/third_party/boost/libs/locale/src/icu/
Dpredefined_formatters.hpp47hold_ptr<icu::DateFormat> fmt(icu::DateFormat::createDateInstance(styles[i],locale)); in icu_formatters_cache()
55hold_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()
Dcodecvt.cpp123 hold_ptr<util::base_converter> cvt; in create_uconv_converter()
143 hold_ptr<util::base_converter> cvt; in create_codecvt()
Dformatter.cpp230 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()
Ddate_time.cpp221 hold_ptr<icu::Calendar> self(calendar_->clone()); in difference()
262 hold_ptr<icu::Calendar> calendar_;
Dboundary.cpp110 hold_ptr<icu::BreakIterator> bi; in get_iterator()
138 hold_ptr<icu::BreakIterator> bi(get_iterator(t,loc)); in do_map()
Dtime_zone.cpp218 hold_ptr<icu::TimeZone> tz(icu::TimeZone::createDefault());
Dnumeric.cpp119 typedef hold_ptr<formatter_type> formatter_ptr;
226 typedef hold_ptr<formatter_type> formatter_ptr;
/third_party/boost/libs/locale/src/posix/
Dcodecvt.cpp217 hold_ptr<util::base_converter> cvt; in create_iconv_converter()
/third_party/boost/libs/locale/src/util/
Dgregorian.cpp675 hold_ptr<gregorian_calendar> self(clone()); in get_diff()
696 hold_ptr<gregorian_calendar> keeper; in difference()
/third_party/boost/libs/locale/test/
Dtest_codepage_converter.cpp85 boost::locale::hold_ptr<boost::locale::util::base_converter> cvt(pcvt); in test_shiftjis()