ReactOS 0.4.16-dev-38-g96c65e9
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
VOID | InitLocale (VOID) |
LPTSTR | GetDateString (VOID) |
LPTSTR | GetTimeString (VOID) |
Variables | |
TCHAR | cDateSeparator |
TCHAR | cTimeSeparator |
TCHAR | cThousandSeparator |
TCHAR | cDecimalSeparator |
INT | nDateFormat |
INT | nTimeFormat |
INT | nNumberGroups |
Definition at line 58 of file locale.c.
Referenced by cmd_date(), GetEnvVarOrSpecial(), and PrintPrompt().
Definition at line 70 of file locale.c.
Referenced by cmd_time(), CommandTimer(), GetEnvVarOrSpecial(), and PrintPrompt().
Definition at line 25 of file locale.c.
Referenced by cmd_start(), Execute(), and Initialize().
TCHAR cDateSeparator |
Definition at line 16 of file locale.c.
Referenced by FormatDate(), InitLocale(), PromptDateString(), and ReadSeparator().
TCHAR cDecimalSeparator |
Definition at line 19 of file locale.c.
Referenced by CommandTimer(), GetTimeString(), InitLocale(), ParseTime(), and PrintElapsedTime().
TCHAR cThousandSeparator |
Definition at line 18 of file locale.c.
Referenced by ConvertULargeInteger(), and InitLocale().
TCHAR cTimeSeparator |
Definition at line 17 of file locale.c.
Referenced by CommandTimer(), FormatTime(), GetTimeString(), InitLocale(), ParseTime(), and PrintElapsedTime().
INT nDateFormat |
Definition at line 20 of file locale.c.
Referenced by FormatDate(), InitLocale(), ParseDate(), and PromptDateString().
INT nNumberGroups |
Definition at line 22 of file locale.c.
Referenced by ConvertULargeInteger(), and InitLocale().
INT nTimeFormat |
Definition at line 21 of file locale.c.
Referenced by FormatTime(), InitLocale(), and ParseTime().