|
ReactOS 0.4.16-dev-2279-gc890759
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | CAL_SABBREVERASTRING 0x00000039 |
Functions | |
| DEBUG_CHANNEL (nls) | |
| INT WINAPI | GetNumberFormatA (LCID lcid, DWORD dwFlags, LPCSTR lpszValue, const NUMBERFMTA *lpFormat, LPSTR lpNumberStr, int cchOut) |
| INT WINAPI | GetCurrencyFormatA (LCID lcid, DWORD dwFlags, LPCSTR lpszValue, const CURRENCYFMTA *lpFormat, LPSTR lpCurrencyStr, int cchOut) |
| BOOL WINAPI | EnumDateFormatsA (DATEFMT_ENUMPROCA proc, LCID lcid, DWORD flags) |
| BOOL WINAPI | EnumTimeFormatsA (TIMEFMT_ENUMPROCA proc, LCID lcid, DWORD flags) |
| BOOL WINAPI | EnumCalendarInfoA (CALINFO_ENUMPROCA calinfoproc, LCID locale, CALID calendar, CALTYPE caltype) |
| BOOL WINAPI | EnumCalendarInfoExA (CALINFO_ENUMPROCEXA calinfoproc, LCID locale, CALID calendar, CALTYPE caltype) |
| int WINAPI | GetCalendarInfoA (LCID lcid, CALID Calendar, CALTYPE CalType, LPSTR lpCalData, int cchData, LPDWORD lpValue) |
| int WINAPI | SetCalendarInfoA (LCID Locale, CALID Calendar, CALTYPE CalType, LPCSTR lpCalData) |
| #define CAL_SABBREVERASTRING 0x00000039 |
Definition at line 34 of file lcformatansi.c.
| #define NDEBUG |
Definition at line 27 of file lcformatansi.c.
| DEBUG_CHANNEL | ( | nls | ) |
| BOOL WINAPI EnumCalendarInfoA | ( | CALINFO_ENUMPROCA | calinfoproc, |
| LCID | locale, | ||
| CALID | calendar, | ||
| CALTYPE | caltype | ||
| ) |
Definition at line 275 of file lcformatansi.c.
Referenced by test_EnumCalendarInfoA().
| BOOL WINAPI EnumCalendarInfoExA | ( | CALINFO_ENUMPROCEXA | calinfoproc, |
| LCID | locale, | ||
| CALID | calendar, | ||
| CALTYPE | caltype | ||
| ) |
Definition at line 295 of file lcformatansi.c.
Referenced by test_EnumCalendarInfoExA().
| BOOL WINAPI EnumDateFormatsA | ( | DATEFMT_ENUMPROCA | proc, |
| LCID | lcid, | ||
| DWORD | flags | ||
| ) |
Definition at line 232 of file lcformatansi.c.
Referenced by test_EnumDateFormatsA().
| BOOL WINAPI EnumTimeFormatsA | ( | TIMEFMT_ENUMPROCA | proc, |
| LCID | lcid, | ||
| DWORD | flags | ||
| ) |
Definition at line 251 of file lcformatansi.c.
Referenced by test_EnumTimeFormatsA(), and test_EnumTimeFormatsW().
| int WINAPI GetCalendarInfoA | ( | LCID | lcid, |
| CALID | Calendar, | ||
| CALTYPE | CalType, | ||
| LPSTR | lpCalData, | ||
| int | cchData, | ||
| LPDWORD | lpValue | ||
| ) |
Definition at line 315 of file lcformatansi.c.
Referenced by NLS_EnumCalendarInfo(), and START_TEST().
| INT WINAPI GetCurrencyFormatA | ( | LCID | lcid, |
| DWORD | dwFlags, | ||
| LPCSTR | lpszValue, | ||
| const CURRENCYFMTA * | lpFormat, | ||
| LPSTR | lpCurrencyStr, | ||
| int | cchOut | ||
| ) |
Definition at line 160 of file lcformatansi.c.
Referenced by test_GetCurrencyFormatA().
| INT WINAPI GetNumberFormatA | ( | LCID | lcid, |
| DWORD | dwFlags, | ||
| LPCSTR | lpszValue, | ||
| const NUMBERFMTA * | lpFormat, | ||
| LPSTR | lpNumberStr, | ||
| int | cchOut | ||
| ) |
Definition at line 68 of file lcformatansi.c.
Referenced by test_GetNumberFormatA().
Definition at line 368 of file lcformatansi.c.