OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:long_date_format
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/c_locale_win32/
c_locale_win32.c
207
char *
long_date_format
;
member in struct:_Locale_time
775
ltime->
long_date_format
= (char*)malloc(size);
776
if (!ltime->
long_date_format
)
778
__ConvertDate(fmt80, ltime->
long_date_format
, size);
797
length = strlen(ltime->
long_date_format
) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
801
_STLP_STRCPY(ltime->long_date_time_format, length, ltime->
long_date_format
);
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
207
char *
long_date_format
;
member in struct:_Locale_time
775
ltime->
long_date_format
= (char*)malloc(size);
776
if (!ltime->
long_date_format
)
778
__ConvertDate(fmt80, ltime->
long_date_format
, size);
797
length = strlen(ltime->
long_date_format
) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0 */;
801
_STLP_STRCPY(ltime->long_date_time_format, length, ltime->
long_date_format
);
[
all
...]
Completed in 2758 milliseconds