Lines Matching defs:right
636 // Check if the month is same or right next to the primary month
997 VTimeZone::operator=(const VTimeZone& right) {
998 if (this == &right) {
1001 if (*this != right) {
1002 BasicTimeZone::operator=(right);
1007 if (right.tz != nullptr) {
1008 tz = right.tz->clone();
1014 if (right.vtzlines != nullptr) {
1016 int32_t size = right.vtzlines->size();
1022 ((UnicodeString*)right.vtzlines->elementAt(i))->clone(), status);
1033 tzurl = right.tzurl;
1034 lastmod = right.lastmod;
1035 olsonzid = right.olsonzid;
1036 icutzver = right.icutzver;