Home
last modified time | relevance | path

Searched refs:calendar_facet (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/locale/src/shared/
Ddate_time.cpp27 impl_(std::use_facet<calendar_facet>(l).create_calendar()) in calendar()
34 impl_(std::use_facet<calendar_facet>(std::locale()).create_calendar()) in calendar()
43 impl_(std::use_facet<calendar_facet>(l).create_calendar()) in calendar()
51 impl_(std::use_facet<calendar_facet>(locale_).create_calendar()) in calendar()
59 impl_(std::use_facet<calendar_facet>(std::locale()).create_calendar()) in calendar()
141 impl_(std::use_facet<calendar_facet>(std::locale()).create_calendar()) in date_time()
174 impl_(std::use_facet<calendar_facet>(std::locale()).create_calendar()) in date_time()
194 impl_(std::use_facet<calendar_facet>(std::locale()).create_calendar()) in date_time()
Dids.cpp20 std::locale::id calendar_facet::id;
72 std::has_facet<calendar_facet>(l); in install_all()
/third_party/boost/boost/locale/
Dgenerator.hpp57 static const uint32_t calendar_facet = 1 << 16; ///< Generate boundary analysis facet variable
60 …static const uint32_t non_character_facet_first = calendar_facet; ///< First character independ…
Ddate_time_facet.hpp234 class BOOST_LOCALE_DECL calendar_facet : public std::locale::facet { class
239 calendar_facet(size_t refs = 0) : std::locale::facet(refs) in calendar_facet() function in boost::locale::calendar_facet
/third_party/boost/libs/locale/src/icu/
Ddate_time.cpp265 class icu_calendar_facet : public calendar_facet {
268 calendar_facet(refs), in icu_calendar_facet()
Dicu_backend.cpp134 case calendar_facet: in install()
/third_party/boost/libs/locale/src/win32/
Dwin_backend.cpp99 case calendar_facet: in install()
/third_party/boost/libs/locale/src/posix/
Dposix_backend.cpp124 case calendar_facet: in install()
/third_party/boost/libs/locale/src/util/
Dgregorian.cpp826 class gregorian_facet : public calendar_facet {
829 calendar_facet(refs), in gregorian_facet()
/third_party/boost/libs/locale/src/std/
Dstd_backend.cpp177 case calendar_facet: in install()