Searched defs:nextFirst (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Dcalendar.cpp2670 int32_t nextFirst = julianDayToDayOfWeek(nextJulianDay + 1) - firstDayOfWeek; local
2672 if (nextFirst < 0) { // 0..6 ldow of Jan 1
2673 nextFirst += 7;
2680 nextJulianDay, nextFirst);
2682 fprintf(stderr, " next: %d DFW, min=%d \n", (7-nextFirst), getMinimalDaysInFirstWeek() );
2685 // nextFirst is now the localized DOW of Jan 1 of y-woy+1
2686 if((nextFirst > 0) && // Jan 1 starts on FDOW
2687 (7-nextFirst) >= getMinimalDaysInFirstWeek()) // or enough days in the week
2819 int32_t nextFirst = julianDayToDayOfWeek(nextJan1Start + 1) - firstDayOfWeek; local
2820 if (nextFirst <
[all...]
/external/icu4c/i18n/
H A Dcalendar.cpp2787 int32_t nextFirst = julianDayToDayOfWeek(nextJulianDay + 1) - firstDayOfWeek; local
2789 if (nextFirst < 0) { // 0..6 ldow of Jan 1
2790 nextFirst += 7;
2797 nextJulianDay, nextFirst);
2799 fprintf(stderr, " next: %d DFW, min=%d \n", (7-nextFirst), getMinimalDaysInFirstWeek() );
2802 // nextFirst is now the localized DOW of Jan 1 of y-woy+1
2803 if((nextFirst > 0) && // Jan 1 starts on FDOW
2804 (7-nextFirst) >= getMinimalDaysInFirstWeek()) // or enough days in the week
2936 int32_t nextFirst = julianDayToDayOfWeek(nextJan1Start + 1) - firstDayOfWeek; local
2937 if (nextFirst <
[all...]

Completed in 40 milliseconds