Lines Matching refs:fCache
750 fCache(nullptr), in UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL()
761 fCache(nullptr), in RelativeDateTimeFormatter()
773 fCache(nullptr), in RelativeDateTimeFormatter()
789 fCache(nullptr), in RelativeDateTimeFormatter()
817 fCache(other.fCache), in RelativeDateTimeFormatter()
824 fCache->addRef(); in RelativeDateTimeFormatter()
835 SharedObject::copyPtr(other.fCache, fCache); in operator =()
847 if (fCache != nullptr) { in ~RelativeDateTimeFormatter()
848 fCache->removeRef(); in ~RelativeDateTimeFormatter()
966 fCache->getRelativeUnitFormatter(fStyle, unit, bFuture, pluralForm); in formatImpl()
1034 fCache->getRelativeDateTimeUnitFormatter(fStyle, unit, bFuture, pluralForm); in formatNumericImpl()
1085 fCache->getAbsoluteUnitString(fStyle, unit, direction), in formatAbsoluteImpl()
1181 return fCache->getCombinedDateAndTime()->format( in combineDateAndTime()
1218 UnifiedCache::getByLocale(fLocale, fCache, status); in init()