Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp50 struct __libcpp_unique_locale { struct
51 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {} in __libcpp_unique_locale() function
53 ~__libcpp_unique_locale() { in ~__libcpp_unique_locale() argument
64 __libcpp_unique_locale(__libcpp_unique_locale const&); argument