Lines Matching refs:results
260 UVector *results = fResults;
266 return results;
730 // you may get incorrect results because of time overlap at DST->STD
1048 UVector *results = handler.getMatches(maxLen);
1049 if (results != NULL && ((maxLen == (text.length() - start)) || fGNamesTrieFullyLoaded)) {
1051 gmatchInfo = new TimeZoneGenericNameMatchInfo(results);
1054 delete results;
1060 if (results != NULL) {
1061 delete results;
1101 results = handler.getMatches(maxLen);
1102 if (results != NULL && maxLen > 0) {
1103 gmatchInfo = new TimeZoneGenericNameMatchInfo(results);
1106 delete results;