Home | History | Annotate | Download | only in i18n

Lines Matching refs:gc

724     GregorianCalendar *gc = new GregorianCalendar(*this, status);
726 if (gc == 0) {
730 gc->setTime(date, status);
731 UBool result = gc->inDaylightTime(status);
732 delete gc;