OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_local
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
windtfmt.cpp
150
SYSTEMTIME
st_local
;
local
165
SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &
st_local
);
174
formatDate(&
st_local
, *date);
175
formatTime(&
st_local
, *time);
186
formatDate(&
st_local
, appendTo);
188
formatTime(&
st_local
, appendTo);
/external/icu4c/i18n/
windtfmt.cpp
150
SYSTEMTIME
st_local
;
local
165
SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &
st_local
);
174
formatDate(&
st_local
, *date);
175
formatTime(&
st_local
, *time);
186
formatDate(&
st_local
, appendTo);
188
formatTime(&
st_local
, appendTo);
Completed in 936 milliseconds