Home | History | Annotate | Download | only in i18n

Lines Matching defs:fResults

774     TimeZoneNames::MatchInfoCollection* fResults;
778 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
782 if (fResults != NULL) {
783 delete fResults;
801 if (fResults == NULL) {
802 fResults = new TimeZoneNames::MatchInfoCollection();
803 if (fResults == NULL) {
808 U_ASSERT(fResults != NULL);
810 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
813 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status);
828 TimeZoneNames::MatchInfoCollection* results = fResults;
832 fResults = NULL;