ReactOS 0.4.16-dev-178-g8ba6102
locale_name Struct Reference
Collaboration diagram for locale_name:

Public Attributes

WCHAR win_name [128]
 
WCHAR lang [128]
 
WCHARcountry
 
WCHARcharset
 
WCHARscript
 
WCHARmodifier
 
LCID lcid
 
int matches
 
UINT codepage
 

Detailed Description

Definition at line 147 of file locale.c.

Member Data Documentation

◆ charset

WCHAR* locale_name::charset

Definition at line 152 of file locale.c.

◆ codepage

UINT locale_name::codepage

Definition at line 157 of file locale.c.

Referenced by setup_unix_locales().

◆ country

WCHAR* locale_name::country

Definition at line 151 of file locale.c.

Referenced by get_locale().

◆ lang

WCHAR locale_name::lang[128]

Definition at line 150 of file locale.c.

◆ lcid

◆ matches

int locale_name::matches

Definition at line 156 of file locale.c.

Referenced by IsValidLocaleName(), and setup_unix_locales().

◆ modifier

WCHAR* locale_name::modifier

Definition at line 154 of file locale.c.

◆ script

WCHAR* locale_name::script

Definition at line 153 of file locale.c.

◆ win_name

WCHAR locale_name::win_name[128]

Definition at line 149 of file locale.c.


The documentation for this struct was generated from the following file: