• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/i18n/

Lines Matching defs:get

254     // to get the default calendar type for the locale's region
482 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
504 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
839 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
875 c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success);
1101 Calendar::get(UCalendarDateFields field, UErrorCode& status) const
1584 // To get around this problem we don't use fields; we manipulate
1627 int32_t era = get(UCAL_ERA, status);
1809 // the start of the year, and get the length of the year.
1917 set(field, get(field, status) + amount);
1931 int32_t era = get(UCAL_ERA, status);
1945 set(field, get(field, status) + amount);
2011 prevOffset = get(UCAL_DST_OFFSET, status) + get(UCAL_ZONE_OFFSET, status);
2012 prevWallTime = get(UCAL_MILLISECONDS_IN_DAY, status);
2018 int32_t newWallTime = get(UCAL_MILLISECONDS_IN_DAY, status);
2024 int32_t newOffset = get(UCAL_DST_OFFSET, status) + get(UCAL_ZONE_OFFSET, status);
2034 newWallTime = get(UCAL_MILLISECONDS_IN_DAY, status);
2390 UCalendarDaysOfWeek dayOfWeek = (UCalendarDaysOfWeek)get(UCAL_DAY_OF_WEEK, status);
2400 // Use internalGet() because the above call to get() populated all fields.
2539 // we get a value that normalizes to another value. The last value that
2545 if (work->get(field, status) != fieldValue) {
3059 // If useMonth is true, get the day before the start of the month.
3402 result = handleGetMonthLength(cal->get(UCAL_EXTENDED_YEAR, status), cal->get(UCAL_MONTH, status));
3414 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status));
3486 set(UCAL_DAY_OF_WEEK, get(UCAL_DAY_OF_WEEK, status)); // Make this user set
3543 // we get a value that normalizes to another value. The last value that
3553 if ((work->get(field, status) != startValue
3556 fprintf(stderr, "getActualHelper(fld %d) - got %d (not %d) - %s\n", field, work->get(field,status), startValue, u_errorName(status));
3562 if (work->get(field, status) != startValue || U_FAILURE(status)) {
3564 fprintf(stderr, "getActualHelper(fld %d) - got %d (not %d), BREAK - %s\n", field, work->get(field,status), startValue, u_errorName(status));
3597 // we may need to tweak the locale that we are using to try to get the appropriate
3624 from the calendar data. The code used to use the dateTimeElements resource to get first day