Searched refs:tzi2 (Results 1 – 1 of 1) sorted by relevance
149 public int compare(TimeZoneInfo tzi1, TimeZoneInfo tzi2) { in compare() argument151 tzi2.getTimeZone().getOffset(mNow.getTime())); in compare()154 tzi2.getTimeZone().getRawOffset()); in compare()157 result = mCollator.compare(tzi1.getExemplarLocation(), tzi2.getExemplarLocation()); in compare()159 if (result == 0 && tzi1.getGenericName() != null && tzi2.getGenericName() != null) { in compare()160 result = mCollator.compare(tzi1.getGenericName(), tzi2.getGenericName()); in compare()