ReactOS 0.4.16-dev-835-gd769f56
__crt_locale_data Struct Reference

#include <corecrt_internal.h>

Collaboration diagram for __crt_locale_data:

Public Attributes

__crt_locale_data_public _public
 
long refcount
 
unsigned int lc_collate_cp
 
unsigned int lc_time_cp
 
int lc_clike
 
__crt_locale_refcount lc_category [6]
 
longlconv_intl_refcount
 
longlconv_num_refcount
 
longlconv_mon_refcount
 
struct lconvlconv
 
longctype1_refcount
 
unsigned shortctype1
 
unsigned char constpclmap
 
unsigned char constpcumap
 
__crt_lc_time_data constlc_time_curr
 
wchar_tlocale_name [6]
 

Detailed Description

Definition at line 502 of file corecrt_internal.h.

Member Data Documentation

◆ _public

◆ ctype1

unsigned short* __crt_locale_data::ctype1

Definition at line 515 of file corecrt_internal.h.

Referenced by __acrt_free_locale(), and __acrt_locale_initialize_ctype().

◆ ctype1_refcount

long* __crt_locale_data::ctype1_refcount

◆ lc_category

◆ lc_clike

int __crt_locale_data::lc_clike

Definition at line 508 of file corecrt_internal.h.

Referenced by _wsetlocale_set_cat().

◆ lc_collate_cp

unsigned int __crt_locale_data::lc_collate_cp

Definition at line 506 of file corecrt_internal.h.

Referenced by ___lc_collate_cp_func(), and _wsetlocale_set_cat().

◆ lc_time_cp

unsigned int __crt_locale_data::lc_time_cp

Definition at line 507 of file corecrt_internal.h.

Referenced by _wsetlocale_set_cat().

◆ lc_time_curr

◆ lconv

◆ lconv_intl_refcount

◆ lconv_mon_refcount

long* __crt_locale_data::lconv_mon_refcount

◆ lconv_num_refcount

long* __crt_locale_data::lconv_num_refcount

◆ locale_name

◆ pclmap

unsigned char const* __crt_locale_data::pclmap

Definition at line 516 of file corecrt_internal.h.

Referenced by __acrt_free_locale(), and __acrt_locale_initialize_ctype().

◆ pcumap

unsigned char const* __crt_locale_data::pcumap

Definition at line 517 of file corecrt_internal.h.

Referenced by __acrt_free_locale(), and __acrt_locale_initialize_ctype().

◆ refcount


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