Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h54 __lc_ = *__lc_input; in __lconv_storage()
69 __lc_.grouping = const_cast<char *>(__grouping_.c_str()); in __lconv_storage()
80 return &__lc_; in __get()
83 lconv __lc_;
99 : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t()
101 : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t()
108 delete __lc_; in ~locale_t() local
177 delete __lc_; in __store_lconv() local
178 __lc_ = new __lconv_storage(__input_lc); in __store_lconv()
179 return __lc_->__get(); in __store_lconv()
[all …]