Searched refs:otherTZFormat (Results 1 – 2 of 2) sorted by relevance
601 TimeZoneFormat *otherTZFormat; in operator =() local617 otherTZFormat = other.fTimeZoneFormat; in operator =()619 if (otherTZFormat) { in operator =()620 fTimeZoneFormat = new TimeZoneFormat(*otherTZFormat); in operator =()
572 TimeZoneFormat *otherTZFormat; in operator =() local588 otherTZFormat = other.fTimeZoneFormat; in operator =()590 if (otherTZFormat) { in operator =()591 fTimeZoneFormat = new TimeZoneFormat(*otherTZFormat); in operator =()