Searched refs:__loc_ (Results 1 – 13 of 13) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
D | format_context.h | 99 if (!__loc_) in _LIBCPP_PREFERRED_NAME() 100 __loc_ = _VSTD::locale{}; in _LIBCPP_PREFERRED_NAME() 101 return *__loc_; in _LIBCPP_PREFERRED_NAME() 121 optional<_VSTD::locale> __loc_; in _LIBCPP_PREFERRED_NAME() local 134 __loc_(_VSTD::move(__loc)) {} in _LIBCPP_PREFERRED_NAME() 176 __loc_([](void* __c) { return static_cast<_Context*>(__c)->locale(); }), in basic_format_context() 201 _LIBCPP_HIDE_FROM_ABI _VSTD::locale locale() { return __loc_(__ctx_); } in locale() 210 std::locale (*__loc_)(void* __ctx); variable
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | ios.cpp | 123 static_assert(sizeof(locale) == sizeof(__loc_), ""); in imbue() 124 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in imbue() 134 const locale& loc_storage = *reinterpret_cast<const locale*>(&__loc_); in getloc() 236 locale& loc_storage = *reinterpret_cast<locale*>(&__loc_); in ~ios_base() 279 ::new(&__loc_) locale; in init() 321 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in copyfmt() 322 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); in copyfmt() 365 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in move() 366 ::new(&__loc_) locale(rhs_loc); in move() 397 locale& lhs_loc = *reinterpret_cast<locale*>(&__loc_); in swap() [all …]
|
D | locale.cpp | 59 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {} in __libcpp_unique_locale() 62 if (__loc_) in ~__libcpp_unique_locale() 63 freelocale(__loc_); in ~__libcpp_unique_locale() 66 explicit operator bool() const { return __loc_; } in operator bool() 68 locale_t& get() { return __loc_; } in get() 70 locale_t __loc_; member 5193 : __loc_(newlocale(LC_ALL_MASK, nm, 0)) in __time_get() 5195 if (__loc_ == 0) in __time_get() 5201 : __loc_(newlocale(LC_ALL_MASK, nm.c_str(), 0)) in __time_get() 5203 if (__loc_ == 0) in __time_get() [all …]
|
/external/libcxx/src/ |
D | ios.cpp | 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 …]
|
D | locale.cpp | 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_; member 4762 : __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 …]
|
/external/libcxx/include/ |
D | streambuf | 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_);
|
D | ios | 368 void* __loc_;
|
D | regex | 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;
|
D | locale | 2378 locale_t __loc_; 2477 locale_t __loc_; 2479 _LIBCPP_INLINE_VISIBILITY __time_put() : __loc_(_LIBCPP_GET_C_LOCALE) {}
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | streambuf | 146 locale __r = __loc_; 147 __loc_ = __loc; 152 locale getloc() const { return __loc_; } 298 locale __loc_; 325 : __loc_(__sb.__loc_), 339 __loc_ = __sb.__loc_; 353 _VSTD::swap(__loc_, __sb.__loc_);
|
D | ios | 391 void* __loc_;
|
D | regex | 1053 locale __loc_; 1091 locale_type getloc()const {return __loc_;} 1163 __ct_ = &std::use_facet<ctype<char_type> >(__loc_); 1164 __col_ = &std::use_facet<collate<char_type> >(__loc_); 1171 locale __r = __loc_; 1172 __loc_ = __l;
|
D | locale | 2345 locale_t __loc_; 2439 locale_t __loc_; 2441 _LIBCPP_INLINE_VISIBILITY __time_put() : __loc_(_LIBCPP_GET_C_LOCALE) {}
|