Lines Matching full:ucal_get
414 year = ucal_get(ucal, UCAL_YEAR, &status);
415 month = ucal_get(ucal, UCAL_MONTH, &status);
416 day = ucal_get(ucal, UCAL_DATE, &status);
936 result = ucal_get(calendar, UCAL_YEAR, &ec);
938 log_err("FAIL: ucal_get(UCAL_YEAR) failed with %s\n", u_errorName(ec));
952 result = ucal_get(calendar, UCAL_YEAR, &ec);
954 log_err("FAIL: ucal_get(UCAL_YEAR) failed with %s\n", u_errorName(ec));
978 currentYear = ucal_get(cal, UCAL_YEAR, &status);