Lines Matching refs:timeUnitField
382 TimeUnit::UTimeUnitFields timeUnitField = TimeUnit::UTIMEUNIT_FIELD_COUNT; in put() local
384 timeUnitField = TimeUnit::UTIMEUNIT_YEAR; in put()
386 timeUnitField = TimeUnit::UTIMEUNIT_MONTH; in put()
388 timeUnitField = TimeUnit::UTIMEUNIT_DAY; in put()
390 timeUnitField = TimeUnit::UTIMEUNIT_HOUR; in put()
392 timeUnitField = TimeUnit::UTIMEUNIT_MINUTE; in put()
394 timeUnitField = TimeUnit::UTIMEUNIT_SECOND; in put()
396 timeUnitField = TimeUnit::UTIMEUNIT_WEEK; in put()
402 timeUnitFormatObj->fTimeUnitToCountToPatterns[timeUnitField]; in put()
451 if (timeUnitFormatObj->fTimeUnitToCountToPatterns[timeUnitField] == NULL) { in put()
452 … timeUnitFormatObj->fTimeUnitToCountToPatterns[timeUnitField] = localCountToPatterns.orphan(); in put()