Lines Matching refs:get
162 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status);
163 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status);
198 int e = cal.get(UCAL_ERA, status);
199 int y = cal.get(UCAL_YEAR, status);
205 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
206 cal.get(UCAL_YEAR, status) + "/" +
207 (cal.get(UCAL_MONTH, status)+1) + "/" + cal.get(UCAL_DATE, status) + " (" + UnicodeString(cal.getType()) + ")");
209 errln((UnicodeString)"Fail: (millis to fields)" + D + " => " + cal.get(UCAL_ERA, status) + ":" +
210 cal.get(UCAL_YEAR, status) + "/" +
211 (cal.get(UCAL_MONTH, status)+1) + "/" + cal.get(UCAL_DATE, status) +
650 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
651 int32_t gotEra = cal2->get(UCAL_ERA, s2);
690 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
691 int32_t gotEra = cal2->get(UCAL_ERA, s2);