#include <corecrt_internal.h>
#include <locale.h>
#include <stdlib.h>
Go to the source code of this file.
◆ __acrt_locale_free_time()
Definition at line 147 of file inittime.cpp.
150{
152 {
153 return;
154 }
155
161
165
171
175
177}
static void __cdecl free_crt_array(_Inout_ T *(&array)[N])
wchar_t tm const _CrtWcstime_Writes_and_advances_ptr_ count wchar_t _Inout_ size_t __crt_lc_time_data const * lc_time
◆ __acrt_locale_initialize_time()
Definition at line 104 of file inittime.cpp.
107{
110 {
111 return 1;
112 }
113
115 {
116 _ASSERTE((
"lc_time_curr unexpectedly has no remaining references", 0));
117 }
118
120 return 0;
121}
long __cdecl __acrt_locale_release_lc_time_reference(_In_opt_ __crt_lc_time_data const *lc_time)
__crt_lc_time_data const * lc_time_curr
◆ _Success_()
Definition at line 73 of file inittime.cpp.
77{
78
79 if (!locale_data->locale_name[
LC_TIME])
80 {
82 }
83
84
87 {
88 return nullptr;
89 }
90
91 if (!initialize_lc_time(
lc_time.get(), locale_data))
92 {
94 return nullptr;
95 }
96
98
100}
__crt_lc_time_data const __lc_time_c
void __cdecl __acrt_locale_free_time(__crt_lc_time_data *const lc_time)
◆ free_crt_array()
Definition at line 140 of file inittime.cpp.
141{
143}
static void __cdecl free_crt_array_internal(_Inout_updates_(array_count) void const **const array, _In_ size_t const array_count)
Referenced by __acrt_locale_free_time().
◆ free_crt_array_internal()
◆ throw()
Definition at line 20 of file inittime.cpp.
21{
23
25
27
29
30
31
32
33 for (
unsigned int i = 0;
i != 7; ++
i)
34 {
35 unsigned int const result_index = (
i + 1) % 7;
38
41 }
42
43
44 for (
unsigned int i = 0;
i != 12; ++
i)
45 {
48
51 }
52
55
58
63
67
69}
int __cdecl __acrt_GetLocaleInfoA(_In_opt_ _locale_t _Locale, _In_ int _LCType, _In_ LPCWSTR _LocaleName, _In_ LCTYPE _FieldType, _Out_ void *_Address)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define LOCALE_SSHORTDATE
#define LOCALE_SMONTHNAME1
#define LOCALE_SABBREVMONTHNAME1
#define LOCALE_STIMEFORMAT
#define LOCALE_SABBREVDAYNAME1
#define LOCALE_ICALENDARTYPE
LPWSTR __cdecl __acrt_copy_locale_name(LPCWSTR localeName)