Home
last modified time | relevance | path

Searched refs:otherTZFormat (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp601 TimeZoneFormat *otherTZFormat; in operator =() local
617 otherTZFormat = other.fTimeZoneFormat; in operator =()
619 if (otherTZFormat) { in operator =()
620 fTimeZoneFormat = new TimeZoneFormat(*otherTZFormat); in operator =()
/third_party/node/deps/icu-small/source/i18n/
Dsmpdtfmt.cpp572 TimeZoneFormat *otherTZFormat; in operator =() local
588 otherTZFormat = other.fTimeZoneFormat; in operator =()
590 if (otherTZFormat) { in operator =()
591 fTimeZoneFormat = new TimeZoneFormat(*otherTZFormat); in operator =()