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 453 TimeUnit::UTimeUnitFields timeUnitField = TimeUnit::UTIMEUNIT_FIELD_COUNT;
455 timeUnitField = TimeUnit::UTIMEUNIT_YEAR;
457 timeUnitField = TimeUnit::UTIMEUNIT_MONTH;
459 timeUnitField = TimeUnit::UTIMEUNIT_DAY;
461 timeUnitField = TimeUnit::UTIMEUNIT_HOUR;
463 timeUnitField = TimeUnit::UTIMEUNIT_MINUTE;
465 timeUnitField = TimeUnit::UTIMEUNIT_SECOND;
467 timeUnitField = TimeUnit::UTIMEUNIT_WEEK;
473 Hashtable* countToPatterns = fTimeUnitToCountToPatterns[timeUnitField];
523 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 61 milliseconds