Home | History | Annotate | Download | only in i18n

Lines Matching full:fref

1209 : fRef(0) {
1215 U_ASSERT(fRef->refCount > 0);
1217 fRef->refCount--;
1321 instance->fRef = cacheEntry;
1329 return fRef == other.fRef;
1339 fRef->refCount++;
1340 other->fRef = fRef;
1350 return fRef->obj->getDisplayName(tz, type, date, name);
1355 return fRef->obj->getGenericLocationName(tzCanonicalID, name);
1361 return fRef->obj->findBestMatch(text, start, types, tzID, timeType, status);