OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmt80
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/c_locale_win32/
c_locale_win32.c
716
char
fmt80
[80];
local
766
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_SSHORTDATE,
fmt80
, 80, wbuf80, 80);
767
size = __ConvertDate(
fmt80
, NULL, 0);
771
__ConvertDate(
fmt80
, ltime->date_format, size);
773
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_SLONGDATE,
fmt80
, 80, wbuf80, 80);
774
size = __ConvertDate(
fmt80
, NULL, 0);
778
__ConvertDate(
fmt80
, ltime->long_date_format, size);
780
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_STIMEFORMAT,
fmt80
, 80, wbuf80, 80);
781
size = __ConvertTime(
fmt80
, NULL, 0);
785
__ConvertTime(
fmt80
, ltime->time_format, size)
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
716
char
fmt80
[80];
local
766
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_SSHORTDATE,
fmt80
, 80, wbuf80, 80);
767
size = __ConvertDate(
fmt80
, NULL, 0);
771
__ConvertDate(
fmt80
, ltime->date_format, size);
773
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_SLONGDATE,
fmt80
, 80, wbuf80, 80);
774
size = __ConvertDate(
fmt80
, NULL, 0);
778
__ConvertDate(
fmt80
, ltime->long_date_format, size);
780
__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, LOCALE_STIMEFORMAT,
fmt80
, 80, wbuf80, 80);
781
size = __ConvertTime(
fmt80
, NULL, 0);
785
__ConvertTime(
fmt80
, ltime->time_format, size)
[
all
...]
Completed in 223 milliseconds