OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIMEUNIT_MONTH
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
tmunit.h
38
UTIMEUNIT_MONTH
,
/external/icu4c/i18n/unicode/
tmunit.h
38
UTIMEUNIT_MONTH
,
/external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp
114
TimeUnit* tmunit_m = TimeUnit::createInstance(TimeUnit::
UTIMEUNIT_MONTH
, status);
118
assertTrue("field of month time unit is month", (field == TimeUnit::
UTIMEUNIT_MONTH
));
215
TimeUnit::UTimeUnitFields tunits[] = {TimeUnit::UTIMEUNIT_SECOND, TimeUnit::UTIMEUNIT_MINUTE, TimeUnit::UTIMEUNIT_HOUR, TimeUnit::UTIMEUNIT_DAY, TimeUnit::
UTIMEUNIT_MONTH
, TimeUnit::UTIMEUNIT_YEAR};
/external/icu4c/test/intltest/
tufmtts.cpp
115
TimeUnit* tmunit_m = TimeUnit::createInstance(TimeUnit::
UTIMEUNIT_MONTH
, status);
119
assertTrue("field of month time unit is month", (field == TimeUnit::
UTIMEUNIT_MONTH
));
216
TimeUnit::UTimeUnitFields tunits[] = {TimeUnit::UTIMEUNIT_SECOND, TimeUnit::UTIMEUNIT_MINUTE, TimeUnit::UTIMEUNIT_HOUR, TimeUnit::UTIMEUNIT_DAY, TimeUnit::
UTIMEUNIT_MONTH
, TimeUnit::UTIMEUNIT_YEAR};
/external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp
455
timeUnitField = TimeUnit::
UTIMEUNIT_MONTH
;
698
} else if ( srcTimeUnitField == TimeUnit::
UTIMEUNIT_MONTH
) {
[
all
...]
/external/icu4c/i18n/
tmutfmt.cpp
471
timeUnitField = TimeUnit::
UTIMEUNIT_MONTH
;
720
} else if ( srcTimeUnitField == TimeUnit::
UTIMEUNIT_MONTH
) {
[
all
...]
Completed in 37 milliseconds