Home | History | Annotate | Download | only in intltest

Lines Matching refs:hc

2142     HebrewCalendar hc(loc,status);
2152 hc.set(year,month,day);
2153 int32_t dayHC = hc.get(UCAL_DATE,status);
2154 int32_t monthHC = hc.get(UCAL_MONTH,status);
2155 int32_t yearHC = hc.get(UCAL_YEAR,status);