Home | History | Annotate | Download | only in i18n

Lines Matching refs:right

642             // 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 != NULL) {
1008 tz = (BasicTimeZone*)right.tz->clone();
1013 if (right.vtzlines != NULL) {
1015 int32_t size = right.vtzlines->size();
1019 UnicodeString *line = (UnicodeString*)right.vtzlines->elementAt(i);
1031 tzurl = right.tzurl;
1032 lastmod = right.lastmod;
1033 olsonzid = right.olsonzid;
1034 icutzver = right.icutzver;