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

/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp913 double msIntoMonth = uprv_fmod(internalGetTime() - cMonthStart + local
915 if (msIntoMonth < 0) {
916 msIntoMonth += monthLen;
920 __FILE__, __LINE__,amount, cMonthLen, cMonthStart+msIntoMonth);
922 setTimeInMillis(cMonthStart + msIntoMonth, status);
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp913 double msIntoMonth = uprv_fmod(internalGetTime() - cMonthStart + local
915 if (msIntoMonth < 0) {
916 msIntoMonth += monthLen;
920 __FILE__, __LINE__,amount, cMonthLen, cMonthStart+msIntoMonth);
922 setTimeInMillis(cMonthStart + msIntoMonth, status);

Completed in 143 milliseconds