Home | History | Annotate | Download | only in intltest

Lines Matching refs:gc2

590     GregorianCalendar gc2(Locale::getEnglish(), status);
592 gc2 = *gc;
593 if (gc2 != *gc || !(gc2 == *gc)) errln("FAIL: GregorianCalendar assignment/operator==/operator!= failed");