Namespaces
Variants
Views
Actions

Localization library

From cppreference.com
< cpp
Revision as of 12:56, 9 November 2011 by P12 (Talk | contribs)

Template:cpp/locale/sidebar

The locale facility includes internationalization support for character classification and string collation, numeric, monetary, and date/time formatting and parsing, and message retrieval. Locale settings control the behavior of stream I/O, regular expression library, and other components of the C++ standard library.

Contents

Locales

Template:cpp/locale/dcl list localeTemplate:cpp/locale/dcl list use facetTemplate:cpp/locale/dcl list has facetTemplate:cpp/locale/dcl list isspaceTemplate:cpp/locale/dcl list isblankTemplate:cpp/locale/dcl list iscntrlTemplate:cpp/locale/dcl list isupperTemplate:cpp/locale/dcl list islowerTemplate:cpp/locale/dcl list isalphaTemplate:cpp/locale/dcl list isdigitTemplate:cpp/locale/dcl list ispunctTemplate:cpp/locale/dcl list isxdigitTemplate:cpp/locale/dcl list isalnumTemplate:cpp/locale/dcl list isprintTemplate:cpp/locale/dcl list isgraphTemplate:cpp/locale/dcl list toupperTemplate:cpp/locale/dcl list tolowerTemplate:cpp/locale/dcl list wstring convertTemplate:cpp/locale/dcl list wbuffer convertTemplate:cpp/locale/ctypeTemplate:cpp/locale/ctype charTemplate:cpp/locale/dcl list codecvtTemplate:cpp/locale/dcl list collateTemplate:cpp/locale/dcl list messagesTemplate:cpp/locale/dcl list time getTemplate:cpp/locale/dcl list time putTemplate:cpp/locale/dcl list num getTemplate:cpp/locale/dcl list num putTemplate:cpp/locale/dcl list numpunctTemplate:cpp/locale/dcl list money getTemplate:cpp/locale/dcl list money putTemplate:cpp/locale/dcl list moneypunct
Defined in header <locale>
Locales and facets
Character classification
Character conversions
String and stream conversions
Facet category base classes
defines character classification categories
(class)
defines character conversion errors
(class)
defines messages catalog type
(class)
defines date format constants
(class)
defines monetary formatting patterns
(class)
Facet categories
Locale-specific facet categories
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template specialization)
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template)
extends Template:cpp for the specified locale
(class template)

Locale-independent unicode conversion facets

Template:cpp/locale/dcl list codecvt utf8Template:cpp/locale/dcl list codecvt utf16Template:cpp/locale/dcl list codecvt utf8 utf16Template:cpp/locale/dcl list codecvt mode
Defined in header <codecvt>

C library locales

Template:cpp/locale/dcl list setlocale
Defined in header <clocale>
full locale category for Template:cpp
(macro constant)
string comparison locale category for Template:cpp
(macro constant)
character classification locale category for Template:cpp
(macro constant)
monetary formatting locale category for Template:cpp
(macro constant)
nonmonetary numeric formatting locale category for Template:cpp
(macro constant)
time formatting locale category for Template:cpp
(macro constant)
queries numeric and monetary formatting details of the current locale
(function)
formatting details, returned by Template:cpp
(class)