Searched refs:__loc_ (Results 1 – 6 of 6) sorted by relevance
140 static_assert(sizeof(locale) == sizeof(__loc_), ""); in imbue()141 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in imbue()151 const locale& loc_storage = *reinterpret_cast<const locale*>(&__loc_); in getloc()253 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in ~ios_base()297 ::new(&__loc_) locale; in init()347 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in copyfmt()348 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); in copyfmt()391 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in move()392 ::new(&__loc_) locale(rhs_loc); in move()423 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in swap()[all …]
51 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {} in __libcpp_unique_locale()54 if (__loc_) in ~__libcpp_unique_locale()55 freelocale(__loc_); in ~__libcpp_unique_locale()58 explicit operator bool() const { return __loc_; } in operator bool()60 locale_t& get() { return __loc_; } in get()62 locale_t __loc_; member4762 : __loc_(newlocale(LC_ALL_MASK, nm, 0)) in __time_get()4764 if (__loc_ == 0) in __time_get()4770 : __loc_(newlocale(LC_ALL_MASK, nm.c_str(), 0)) in __time_get()4772 if (__loc_ == 0) in __time_get()[all …]
144 locale __r = __loc_;145 __loc_ = __loc;150 locale getloc() const { return __loc_; }296 locale __loc_;323 : __loc_(__sb.__loc_),337 __loc_ = __sb.__loc_;351 _VSTD::swap(__loc_, __sb.__loc_);
368 void* __loc_;
1008 locale __loc_;1046 locale_type getloc()const {return __loc_;}1112 __ct_ = &use_facet<ctype<char_type> >(__loc_);1113 __col_ = &use_facet<collate<char_type> >(__loc_);1120 locale __r = __loc_;1121 __loc_ = __l;
2378 locale_t __loc_;2477 locale_t __loc_;2479 _LIBCPP_INLINE_VISIBILITY __time_put() : __loc_(_LIBCPP_GET_C_LOCALE) {}