◐ Shell
clean mode source ↗

Biblioteca de Localização - cppreference.com

<metanoindex/>

As habilidades de locale incluem suporte a internacionalização para classificação de caracteres e agrupamento de strings, números, moeda, formatação e análise de data/hora e recuperação de mensagens. Configurações de Locale controlam o comportamento do fluxo de E/S, biblioteca de expressões regulares, e outros componentes da biblioteca padrão C++.

Original:

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.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Localização

Defined in header <locale>

Localização e aspectos

Original:

Locales and facets

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

conjunto de aspectos polimórficos que encapsulam as diferenças culturais

Original:

set of polymorphic facets that encapsulate cultural differences

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

obtém um aspecto de uma localidade

Original:

obtains a facet from a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

verifica se um local implementa um aspecto específico

Original:

checks if a locale implements a specific facet

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

Classificação de caracteres

Original:

Character classification

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

checa se o caractere é classificado como espaço em branco pela localização

Original:

checks if a character is classified as whitespace by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]
checa se o caractere e classificado como um carácter em branco pela localização
(modelo de função) [edit]

checa se o caractere é classificado como um caractere de controle de uma localidade

Original:

checks if a character is classified as a control character by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como maiúsculo pela localização

Original:

checks if a character is classified as uppercase by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como minúsculo pela localização

Original:

checks if a character is classified as lowercase by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como alfabético pela localização

Original:

checks if a character is classified as alphabetic by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como um dígito pela localidade

Original:

checks if a character is classified as a digit by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como pontuação pela localização

Original:

checks if a character is classified as punctuation by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como um dígito hexadecimal pela localização

Original:

checks if a character is classified as a hexadecimal digit by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como alfanumérico pela localização

Original:

checks if a character is classified as alphanumeric by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se o caractere é classificado como de impressão pela localização

Original:

checks if a character is classified as printable by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

checa se um caractere é classificado como gráfico pela localização

Original:

checks if a character is classfied as graphical by a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

Conversões de caracteres

Original:

Character conversions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

converte um caractere em maiúsculas usando os aspectos ctype de uma localidade

Original:

converts a character to uppercase using the ctype facet of a locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]
Converte um caracter para minusculo usando o aspecto ctype de uma localidade
(modelo de função) [edit]

String e conversões de fluxo

Original:

String and stream conversions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

realiza conversões entre uma seqüência de largura e uma seqüência de bytes

Original:

performs conversions between a wide string and a byte string

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

realiza a conversão entre um buffer de fluxo de bytes e um buffer de fluxo de largura

Original:

performs conversion between a byte stream buffer and a wide stream buffer

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

Classes base da categoria de aspectos

Original:

Facet category base classes

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

define categorias de classificação de caracteres

Original:

defines character classification categories

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

define erros de conversão de caracteres

Original:

defines character conversion errors

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

define mensagens tipo de catálogo

Original:

defines messages catalog type

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

define constantes de formato de data

Original:

defines date format constants

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

define padrões de formatação monetários

Original:

defines monetary formatting patterns

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

Categorias de aspectos

Original:

Facet categories

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

define tabelas de classificação de caracteres

Original:

defines character classification tables

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

especialização de std::ctype para char tipo

Original:

specialization of std::ctype for type char

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(especialização modelo. classe) [edit]

Converte entre codificações de caracteres, incluindo UTF-8, UTF-16, UTF-32

Original:

converts between character encodings, including UTF-8, UTF-16, UTF-32

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

define lexicográfica comparação e hash de strings

Original:

defines lexicographical comparison and hashing of strings

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

implementa recuperação de cordas de catálogos de mensagens

Original:

implements retrieval of strings from message catalogs

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

analisa hora / data valores de uma sequência de caracteres de entrada em struct std::tm

Original:

parses time/date values from an input character sequence into struct std::tm

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

formatos de conteúdo de struct std::tm para a saída como uma seqüência de caracteres

Original:

formats contents of struct std::tm for output as character sequence

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]
parses numeric values from an input character sequence
(modelo de classe) [edit]

formatos de valores numéricos para a saída como uma seqüência de caracteres

Original:

formats numeric values for output as character sequence

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

define as regras de pontuação numéricos

Original:

defines numeric punctuation rules

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

analisa e constrói um valor monetário a partir de uma seqüência de caracteres de entrada

Original:

parses and constructs a monetary value from an input character sequence

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

formatos de valor monetário para a saída como uma seqüência de caracteres

Original:

formats a monetary value for output as a character sequence

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

define parâmetros de formatação monetários utilizados por std::money_get e std::money_put

Original:

defines monetary formatting parameters used by std::money_get and std::money_put

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

Categoria de aspectos específicos de localização

Original:

Locale-specific facet categories

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

representa o sistema fornecido std::ctype para a localidade chamada

Original:

represents the system-supplied std::ctype for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::ctype<char> para a localidade chamada

Original:

represents the system-supplied std::ctype<char> for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(especialização modelo. classe) [edit]

representa o sistema fornecido std::codecvt para a localidade chamada

Original:

represents the system-supplied std::codecvt for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::messages para a localidade chamada

Original:

represents the system-supplied std::messages for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::collate para a localidade chamada

Original:

represents the system-supplied std::collate for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::time_get para a localidade chamada

Original:

represents the system-supplied std::time_get for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::time_put para a localidade chamada

Original:

represents the system-supplied std::time_put for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::numpunct para a localidade chamada

Original:

represents the system-supplied std::numpunct for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

representa o sistema fornecido std::moneypunct para a localidade chamada

Original:

represents the system-supplied std::moneypunct for the named locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

Conversão unicode independente de aspectos de localização

Defined in header <codecvt>

converte entre UTF-8 e UCS2/UCS4

Original:

converts between UTF-8 and UCS2/UCS4

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]

converte entre UTF-16 e UCS2/UCS4

Original:

converts between UTF-16 and UCS2/UCS4

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de classe) [edit]
converts between UTF-8 and UTF-16
(modelo de classe) [edit]

etiquetas para alterar o comportamento das facetas codecvt padrão

Original:

tags to alter behavior of the standard codecvt facets

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]

Biblioteca C de localização

Defined in header <clocale>

obtém e define a localidade C atual

Original:

gets and sets the current C locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função) [edit]

categorias locais para std::setlocale

Original:

locale categories for std::setlocale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(macro constante) [edit]

consulta os detalhes da formatação numéricos e monetários do local atual

Original:

queries numeric and monetary formatting details of the current locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função) [edit]

detalhes de formatação, retornados por std::localeconv

Original:

formatting details, returned by std::localeconv

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(classe) [edit]