ReactOS 0.4.16-dev-889-g9563c07
__crt_qualified_locale_data Struct Reference

#include <corecrt_internal.h>

Collaboration diagram for __crt_qualified_locale_data:

Public Attributes

wchar_t constpchLanguage
 
wchar_t constpchCountry
 
int iLocState
 
int iPrimaryLen
 
BOOL bAbbrevLanguage
 
BOOL bAbbrevCountry
 
UINT _cachecp
 
wchar_t _cachein [MAX_LC_LEN]
 
wchar_t _cacheout [MAX_LC_LEN]
 
__crt_ctype_compatibility_data _Loc_c [5]
 
wchar_t _cacheLocaleName [LOCALE_NAME_MAX_LENGTH]
 

Detailed Description

Definition at line 457 of file corecrt_internal.h.

Member Data Documentation

◆ _cachecp

UINT __crt_qualified_locale_data::_cachecp

Definition at line 466 of file corecrt_internal.h.

Referenced by _expandlocale().

◆ _cachein

wchar_t __crt_qualified_locale_data::_cachein[MAX_LC_LEN]

Definition at line 467 of file corecrt_internal.h.

Referenced by _expandlocale().

◆ _cacheLocaleName

◆ _cacheout

wchar_t __crt_qualified_locale_data::_cacheout[MAX_LC_LEN]

Definition at line 468 of file corecrt_internal.h.

Referenced by _expandlocale().

◆ _Loc_c

__crt_ctype_compatibility_data __crt_qualified_locale_data::_Loc_c[5]

Definition at line 471 of file corecrt_internal.h.

◆ bAbbrevCountry

◆ bAbbrevLanguage

◆ iLocState

◆ iPrimaryLen

◆ pchCountry

◆ pchLanguage


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