OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_MILLIS_PER_MINUTE
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp
[
all
...]
intltest.cpp
[
all
...]
/external/icu4c/test/intltest/
tzregts.cpp
[
all
...]
intltest.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c
233
(int)((diffTime%U_MILLIS_PER_HOUR)/
U_MILLIS_PER_MINUTE
),
234
(int)((diffTime%
U_MILLIS_PER_MINUTE
)/U_MILLIS_PER_SECOND),
/external/icu4c/test/cintltst/
cintltst.c
245
(int)((diffTime%U_MILLIS_PER_HOUR)/
U_MILLIS_PER_MINUTE
),
246
(int)((diffTime%
U_MILLIS_PER_MINUTE
)/U_MILLIS_PER_SECOND),
/external/chromium_org/third_party/icu/source/common/unicode/
utypes.h
312
#define
U_MILLIS_PER_MINUTE
(60000)
[
all
...]
/external/icu4c/common/unicode/
utypes.h
210
#define
U_MILLIS_PER_MINUTE
(60000)
/external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp
[
all
...]
/external/icu4c/test/iotest/
iotest.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
astro.cpp
163
#define MINUTE_MS
U_MILLIS_PER_MINUTE
[
all
...]
smpdtfmt.cpp
941
type = (offset %
U_MILLIS_PER_MINUTE
) == 0 ? kGMTNegativeHM : kGMTNegativeHMS;
943
type = (offset %
U_MILLIS_PER_MINUTE
) == 0 ? kGMTPositiveHM : kGMTPositiveHMS;
[
all
...]
zonemeta.cpp
181
+ hour * U_MILLIS_PER_HOUR + min *
U_MILLIS_PER_MINUTE
;
vtzone.cpp
202
int32_t min = t /
U_MILLIS_PER_MINUTE
;
203
t %=
U_MILLIS_PER_MINUTE
;
279
time += (hour * U_MILLIS_PER_HOUR + min *
U_MILLIS_PER_MINUTE
+ sec * U_MILLIS_PER_SECOND);
[
all
...]
/external/icu4c/i18n/
astro.cpp
162
#define MINUTE_MS
U_MILLIS_PER_MINUTE
[
all
...]
vtzone.cpp
201
int32_t min = t /
U_MILLIS_PER_MINUTE
;
202
t %=
U_MILLIS_PER_MINUTE
;
278
time += (hour * U_MILLIS_PER_HOUR + min *
U_MILLIS_PER_MINUTE
+ sec * U_MILLIS_PER_SECOND);
[
all
...]
zonemeta.cpp
209
+ hour * U_MILLIS_PER_HOUR + min *
U_MILLIS_PER_MINUTE
;
/external/chromium_org/third_party/icu/source/test/letest/
letest.cpp
[
all
...]
/external/icu4c/test/letest/
letest.cpp
[
all
...]
Completed in 1382 milliseconds