ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
LCID | lcid |
DWORD | dwFlags |
DWORD | dwCodePage |
NUMBERFMTW | fmt |
CURRENCYFMTW | cyfmt |
LPWSTR | lppszStrings [NLS_NUM_CACHED_STRINGS] |
WCHAR | szShortAM [2] |
WCHAR | szShortPM [2] |
struct _NLS_FORMAT_NODE * | next |
Definition at line 94 of file lcformat.c.
CURRENCYFMTW _NLS_FORMAT_NODE::cyfmt |
Definition at line 100 of file lcformat.c.
Referenced by NLS_GetFormats().
DWORD _NLS_FORMAT_NODE::dwCodePage |
Definition at line 98 of file lcformat.c.
Referenced by NLS_GetFormats().
DWORD _NLS_FORMAT_NODE::dwFlags |
Definition at line 97 of file lcformat.c.
Referenced by NLS_GetFormats().
NUMBERFMTW _NLS_FORMAT_NODE::fmt |
Definition at line 99 of file lcformat.c.
Referenced by GetCurrencyFormatA(), GetNumberFormatA(), and NLS_GetFormats().
LCID _NLS_FORMAT_NODE::lcid |
Definition at line 96 of file lcformat.c.
Referenced by GetCurrencyFormatA(), GetCurrencyFormatW(), GetDateFormatA(), GetDateFormatW(), GetNumberFormatA(), GetNumberFormatW(), GetTimeFormatA(), GetTimeFormatW(), NLS_GetDateTimeFormatA(), NLS_GetDateTimeFormatW(), NLS_GetFormats(), NLS_GetLocaleNumber(), NLS_GetLocaleString(), and NLS_IsUnicodeOnlyLcid().
LPWSTR _NLS_FORMAT_NODE::lppszStrings[NLS_NUM_CACHED_STRINGS] |
Definition at line 101 of file lcformat.c.
Referenced by NLS_GetFormats().
struct _NLS_FORMAT_NODE* _NLS_FORMAT_NODE::next |
Definition at line 104 of file lcformat.c.
Referenced by NLS_GetFormats().
WCHAR _NLS_FORMAT_NODE::szShortAM[2] |
Definition at line 102 of file lcformat.c.
Referenced by NLS_GetFormats().
WCHAR _NLS_FORMAT_NODE::szShortPM[2] |
Definition at line 103 of file lcformat.c.
Referenced by NLS_GetFormats().