Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __libcpp_unique_locale
Function
__libcpp_unique_locale
system/lib/libcxx/src/locale.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
struct __libcpp_unique_locale {
50
__libcpp_unique_locale(const char* nm) : __loc_(__locale::__newlocale(_LIBCPP_ALL_MASK, nm, 0)) {}
51
52
~__libcpp_unique_locale() {
53
if (__loc_)
Callers
1
locale.cpp
File · 0.85
Calls
1
__newlocale
Function · 0.50
Tested by
no test coverage detected