Home
last modified time | relevance | path

Searched defs:__libcpp_unique_locale (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp49 struct __libcpp_unique_locale { struct
50 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {} in __libcpp_unique_locale() function
52 ~__libcpp_unique_locale() { in ~__libcpp_unique_locale() argument
63 __libcpp_unique_locale(__libcpp_unique_locale const&); argument