Home | History | Annotate | Download | only in i18n

Lines Matching refs:fResults

779     TimeZoneNames::MatchInfoCollection* fResults;
783 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
787 if (fResults != NULL) {
788 delete fResults;
806 if (fResults == NULL) {
807 fResults = new TimeZoneNames::MatchInfoCollection();
808 if (fResults == NULL) {
813 U_ASSERT(fResults != NULL);
815 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
818 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status);
833 TimeZoneNames::MatchInfoCollection* results = fResults;
837 fResults = NULL;