HelenOS sources
locale 49 uspace/lib/c/generic/l18n/langs.c const char *str_l18_win_locale(l18_win_locales_t locale)
locale 55 uspace/lib/c/generic/l18n/langs.c switch (locale) {
locale 73 uspace/lib/c/generic/l18n/langs.c (int) locale);
locale 298 uspace/lib/cpp/include/__bits/io/fstream.hpp void imbue(const locale& loc) override
locale 154 uspace/lib/cpp/include/__bits/io/ios.hpp locale imbue(const locale& loc);
locale 155 uspace/lib/cpp/include/__bits/io/ios.hpp locale getloc() const;
locale 213 uspace/lib/cpp/include/__bits/io/ios.hpp locale locale_;
locale 430 uspace/lib/cpp/include/__bits/io/ios.hpp locale imbue(const locale& loc)
locale 467 uspace/lib/cpp/include/__bits/io/ios.hpp locale_ = locale();
locale 60 uspace/lib/cpp/include/__bits/io/streambuf.hpp locale pubimbue(const locale& loc)
locale 67 uspace/lib/cpp/include/__bits/io/streambuf.hpp locale getloc() const
locale 184 uspace/lib/cpp/include/__bits/io/streambuf.hpp locale_{locale()}
locale 294 uspace/lib/cpp/include/__bits/io/streambuf.hpp virtual void imbue(const locale& loc)
locale 409 uspace/lib/cpp/include/__bits/io/streambuf.hpp locale locale_;
locale 113 uspace/lib/cpp/include/__bits/io/streambufs.hpp void imbue(const locale& loc)
locale 102 uspace/lib/cpp/include/__bits/locale/codecvt.hpp static locale::id id;
locale 157 uspace/lib/cpp/include/__bits/locale/codecvt.hpp locale::id codecvt<Intern, Extern, State>::id{};
locale 66 uspace/lib/cpp/include/__bits/locale/ctype.hpp class ctype: public locale::facet, public ctype_base
locale 138 uspace/lib/cpp/include/__bits/locale/ctype.hpp static locale::id id;
locale 229 uspace/lib/cpp/include/__bits/locale/ctype.hpp locale::id ctype<Char>::id{};
locale 257 uspace/lib/cpp/include/__bits/locale/ctype.hpp class ctype<char>: public locale::facet, public ctype_base
locale 329 uspace/lib/cpp/include/__bits/locale/ctype.hpp static locale::id id;
locale 441 uspace/lib/cpp/include/__bits/locale/ctype.hpp class ctype<wchar_t>: public locale::facet, public ctype_base
locale 513 uspace/lib/cpp/include/__bits/locale/ctype.hpp static locale::id id;
locale 36 uspace/lib/cpp/include/__bits/locale/locale.hpp class locale;
locale 77 uspace/lib/cpp/include/__bits/locale/locale.hpp locale() noexcept;
locale 79 uspace/lib/cpp/include/__bits/locale/locale.hpp locale(const locale& other) noexcept;
locale 81 uspace/lib/cpp/include/__bits/locale/locale.hpp explicit locale(const char* name);
locale 83 uspace/lib/cpp/include/__bits/locale/locale.hpp explicit locale(const string& name);
locale 85 uspace/lib/cpp/include/__bits/locale/locale.hpp locale(const locale& other, const char* name, category);
locale 87 uspace/lib/cpp/include/__bits/locale/locale.hpp locale(const locale& other, const string& name, category);
locale 90 uspace/lib/cpp/include/__bits/locale/locale.hpp locale(const locale& other, Facet* f)
locale 94 uspace/lib/cpp/include/__bits/locale/locale.hpp locale(const locale& other, const locale& one, category);
locale 96 uspace/lib/cpp/include/__bits/locale/locale.hpp ~locale() = default;
locale 98 uspace/lib/cpp/include/__bits/locale/locale.hpp const locale& operator=(const locale& other) noexcept;
locale 101 uspace/lib/cpp/include/__bits/locale/locale.hpp locale combine(const locale& other) const
locale 108 uspace/lib/cpp/include/__bits/locale/locale.hpp bool operator==(const locale& other) const;
locale 109 uspace/lib/cpp/include/__bits/locale/locale.hpp bool operator!=(const locale& other) const;
locale 122 uspace/lib/cpp/include/__bits/locale/locale.hpp static locale global(const locale&)
locale 127 uspace/lib/cpp/include/__bits/locale/locale.hpp static const locale& classic()
locale 136 uspace/lib/cpp/include/__bits/locale/locale.hpp static constexpr locale* the_locale_{nullptr};
locale 139 uspace/lib/cpp/include/__bits/locale/locale.hpp friend bool has_facet(const locale&);
locale 149 uspace/lib/cpp/include/__bits/locale/locale.hpp friend Facet use_facet(const locale&);
locale 161 uspace/lib/cpp/include/__bits/locale/locale.hpp Facet use_facet(const locale& loc)
locale 167 uspace/lib/cpp/include/__bits/locale/locale.hpp bool has_facet(const locale& loc)
locale 61 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isspace(Char c, const locale& loc)
locale 67 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isprint(Char c, const locale& loc)
locale 73 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool iscntrl(Char c, const locale& loc)
locale 79 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isupper(Char c, const locale& loc)
locale 85 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool islower(Char c, const locale& loc)
locale 91 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isalpha(Char c, const locale& loc)
locale 97 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isdigit(Char c, const locale& loc)
locale 103 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool ispunct(Char c, const locale& loc)
locale 109 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isxdigit(Char c, const locale& loc)
locale 115 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isalnum(Char c, const locale& loc)
locale 121 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isgraph(Char c, const locale& loc)
locale 127 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp bool isblank(Char c, const locale& loc)
locale 141 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp Char toupper(Char c, const locale& loc)
locale 147 uspace/lib/cpp/include/__bits/locale/locale_misc.hpp Char tolower(Char c, const locale& loc)
locale 47 uspace/lib/cpp/include/__bits/locale/num_get.hpp class num_get: public locale::facet
locale 122 uspace/lib/cpp/include/__bits/locale/num_get.hpp static locale::id id;
locale 44 uspace/lib/cpp/include/__bits/locale/num_put.hpp class num_put: public locale::facet
locale 42 uspace/lib/cpp/include/__bits/locale/numpunct.hpp class numpunct: public locale::facet
locale 86 uspace/lib/cpp/include/__bits/locale/numpunct.hpp class numpunct<char>: public locale::facet
locale 151 uspace/lib/cpp/include/__bits/locale/numpunct.hpp class numpunct<wchar_t>: public locale::facet
locale 111 uspace/lib/cpp/src/ios.cpp locale ios_base::imbue(const locale& loc)
locale 122 uspace/lib/cpp/src/ios.cpp locale ios_base::getloc() const
locale 33 uspace/lib/cpp/src/locale.cpp locale::facet::facet(size_t refs)
locale 38 uspace/lib/cpp/src/locale.cpp locale::facet::~facet()
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)
locale 71 uspace/lib/cpp/src/locale.cpp const locale& locale::operator=(const locale& other) noexcept
locale 78 uspace/lib/cpp/src/locale.cpp string locale::name() const
locale 83 uspace/lib/cpp/src/locale.cpp bool locale::operator==(const locale& other) const
locale 88 uspace/lib/cpp/src/locale.cpp bool locale::operator!=(const locale& other) const
locale 94 uspace/lib/posix/include/posix/locale.h extern char *setlocale(int category, const char *locale);
locale 100 uspace/lib/posix/include/posix/locale.h extern locale_t newlocale(int category_mask, const char *locale,
locale 88 uspace/lib/posix/src/locale.c char *setlocale(int category, const char *locale)
locale 91 uspace/lib/posix/src/locale.c if (locale == NULL || *locale == '\0' ||
locale 92 uspace/lib/posix/src/locale.c strcmp(locale, "C") == 0) {
locale 150 uspace/lib/posix/src/locale.c locale_t newlocale(int category_mask, const char *locale,
locale 153 uspace/lib/posix/src/locale.c if (locale == NULL ||
HelenOS homepage, sources at GitHub