HelenOS sources
locale 42 uspace/lib/cpp/include/__bits/locale/locale.hpp class locale
locale 43 uspace/lib/cpp/src/locale.cpp locale::locale() noexcept
locale 47 uspace/lib/cpp/src/locale.cpp locale::locale(const locale& other) noexcept
locale 51 uspace/lib/cpp/src/locale.cpp locale::locale(const char* name)
locale 55 uspace/lib/cpp/src/locale.cpp locale::locale(const string& name)
locale 59 uspace/lib/cpp/src/locale.cpp locale::locale(const locale& other, const char* name, category cat)
locale 63 uspace/lib/cpp/src/locale.cpp locale::locale(const locale& other, const string& name, category cat)
locale 67 uspace/lib/cpp/src/locale.cpp locale::locale(const locale& other, const locale& one, category cat)
HelenOS homepage, sources at GitHub