OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIMEUNIT_HOUR
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tmunit.h
41
UTIMEUNIT_HOUR
,
/external/icu/icu4c/source/i18n/
tmunit.cpp
85
case
UTIMEUNIT_HOUR
:
tmutfmt.cpp
397
timeUnitField = TimeUnit::
UTIMEUNIT_HOUR
;
630
} else if ( srcTimeUnitField == TimeUnit::
UTIMEUNIT_HOUR
) {
787
case TimeUnit::
UTIMEUNIT_HOUR
:
/external/icu/icu4c/source/test/intltest/
tufmtts.cpp
192
ptrs[TimeUnit::
UTIMEUNIT_HOUR
] = MeasureUnit::createHour(status);
235
TimeUnitAmount tma_h(2, TimeUnit::
UTIMEUNIT_HOUR
, status);
309
TimeUnit::UTimeUnitFields tunits[] = {TimeUnit::UTIMEUNIT_SECOND, TimeUnit::UTIMEUNIT_MINUTE, TimeUnit::
UTIMEUNIT_HOUR
, TimeUnit::UTIMEUNIT_DAY, TimeUnit::UTIMEUNIT_MONTH, TimeUnit::UTIMEUNIT_YEAR};
519
Formattable oneHour(new TimeUnitAmount(1, TimeUnit::
UTIMEUNIT_HOUR
, status));
measfmttest.cpp
[
all
...]
Completed in 1527 milliseconds