Searched refs:firstInMonth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1864 int32_t firstInMonth = calendar->get(UCAL_DATE, status); local
1871 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7;
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1864 int32_t firstInMonth = calendar->get(UCAL_DATE, status); local
1871 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7;

Completed in 366 milliseconds