HomeSort by relevance Sort by last modified time
    Searched refs:timeUnitField (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
tmunit.cpp 58 TimeUnit::createInstance(TimeUnit::UTimeUnitFields timeUnitField,
63 if (timeUnitField < 0 || timeUnitField >= UTIMEUNIT_FIELD_COUNT) {
67 return new TimeUnit(timeUnitField);
71 TimeUnit::TimeUnit(TimeUnit::UTimeUnitFields timeUnitField) {
72 fTimeUnitField = timeUnitField;
tmutamt.cpp 18 TimeUnit::UTimeUnitFields timeUnitField,
20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
25 TimeUnit::UTimeUnitFields timeUnitField,
28 TimeUnit::createInstance(timeUnitField, status),
tmutfmt.cpp 467 TimeUnit::UTimeUnitFields timeUnitField = TimeUnit::UTIMEUNIT_FIELD_COUNT;
469 timeUnitField = TimeUnit::UTIMEUNIT_YEAR;
471 timeUnitField = TimeUnit::UTIMEUNIT_MONTH;
473 timeUnitField = TimeUnit::UTIMEUNIT_DAY;
475 timeUnitField = TimeUnit::UTIMEUNIT_HOUR;
477 timeUnitField = TimeUnit::UTIMEUNIT_MINUTE;
479 timeUnitField = TimeUnit::UTIMEUNIT_SECOND;
481 timeUnitField = TimeUnit::UTIMEUNIT_WEEK;
487 Hashtable* countToPatterns = fTimeUnitToCountToPatterns[timeUnitField];
540 if (fTimeUnitToCountToPatterns[timeUnitField] == NULL)
    [all...]
  /external/icu4c/i18n/unicode/
tmunit.h 49 * @param timeUnitField time unit field based on which the instance
52 * If the timeUnitField is invalid,
57 static TimeUnit* U_EXPORT2 createInstance(UTimeUnitFields timeUnitField,
132 TimeUnit(UTimeUnitFields timeUnitField);
tmutamt.h 37 * @param timeUnitField the time unit field of a time unit
39 * If the number is not numeric or the timeUnitField
46 TimeUnit::UTimeUnitFields timeUnitField,
53 * @param timeUnitField the time unit field on which a time unit amount
56 * If the timeUnitField is not valid,
61 TimeUnitAmount(double amount, TimeUnit::UTimeUnitFields timeUnitField,

Completed in 78 milliseconds