|
ReactOS 0.4.16-dev-2293-g4d8327b
|

Go to the source code of this file.
Classes | |
| struct | enumdateformats_context |
| struct | enumtimeformats_context |
| struct | enumcalendar_context |
Enumerations | |
| enum | enum_callback_type { CALLBACK_ENUMPROC , CALLBACK_ENUMPROCEX , CALLBACK_ENUMPROCEXEX } |
Functions | |
| BOOL | NLS_IsUnicodeOnlyLcid (LCID) |
| DWORD | NLS_GetAnsiCodePage (LCID lcid, DWORD dwFlags) |
| BOOL | NLS_EnumDateFormats (const struct enumdateformats_context *ctxt) |
| BOOL | NLS_EnumTimeFormats (struct enumtimeformats_context *ctxt) |
| BOOL | NLS_EnumCalendarInfo (const struct enumcalendar_context *ctxt) |
| Enumerator | |
|---|---|
| CALLBACK_ENUMPROC | |
| CALLBACK_ENUMPROCEX | |
| CALLBACK_ENUMPROCEXEX | |
Definition at line 19 of file lcformat_private.h.
| BOOL NLS_EnumCalendarInfo | ( | const struct enumcalendar_context * | ctxt | ) |
Definition at line 1959 of file lcformat.c.
Referenced by EnumCalendarInfoA(), EnumCalendarInfoExA(), EnumCalendarInfoExW(), and EnumCalendarInfoW().
| BOOL NLS_EnumDateFormats | ( | const struct enumdateformats_context * | ctxt | ) |
Definition at line 1720 of file lcformat.c.
Referenced by EnumDateFormatsA(), EnumDateFormatsExA(), EnumDateFormatsExW(), and EnumDateFormatsW().
| BOOL NLS_EnumTimeFormats | ( | struct enumtimeformats_context * | ctxt | ) |
Definition at line 1852 of file lcformat.c.
Referenced by EnumTimeFormatsA(), and EnumTimeFormatsW().
Definition at line 361 of file lcformat.c.
Referenced by GetCalendarInfoA(), GetCurrencyFormatA(), and GetNumberFormatA().
Definition at line 372 of file lcformat.c.
Referenced by GetCalendarInfoA(), GetCurrencyFormatA(), GetNumberFormatA(), and NLS_GetDateTimeFormatA().