Home | History | Annotate | Download | only in i18n

Lines Matching defs:fResults

925     TimeZoneNames::MatchInfoCollection* fResults;
929 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
933 if (fResults != NULL) {
934 delete fResults;
952 if (fResults == NULL) {
953 fResults = new TimeZoneNames::MatchInfoCollection();
954 if (fResults == NULL) {
959 U_ASSERT(fResults != NULL);
961 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
964 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status);
979 TimeZoneNames::MatchInfoCollection* results = fResults;
983 fResults = NULL;
1896 TimeZoneNames::MatchInfoCollection* fResults;
1901 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) {
1905 if (fResults != NULL) {
1906 delete fResults;
1986 if (fResults == NULL) {
1987 fResults = new TimeZoneNames::MatchInfoCollection();
1988 if (fResults == NULL) {
1993 U_ASSERT(fResults != NULL);
1995 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status);
2008 TimeZoneNames::MatchInfoCollection* results = fResults;
2012 fResults = NULL;