Searched refs:startOfYear (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | HebrewCalendar.java | 608 private static long startOfYear(int year) in startOfYear() method in HebrewCalendar 755 return (int)(startOfYear(eyear+1) - startOfYear(eyear)); in handleGetYearLength() 806 long ys = startOfYear(year); // 1st day of year in handleComputeFields() 812 ys = startOfYear(year); in handleComputeFields() 874 long day = startOfYear(eyear); in handleComputeMonthStart()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | HebrewCalendar.java | 582 private static long startOfYear(int year) in startOfYear() method in HebrewCalendar 723 return (int)(startOfYear(eyear+1) - startOfYear(eyear)); in handleGetYearLength() 772 long ys = startOfYear(year); // 1st day of year in handleComputeFields() 778 ys = startOfYear(year); in handleComputeFields() 836 long day = startOfYear(eyear); in handleComputeMonthStart()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | hebrwcal.cpp | 390 int32_t HebrewCalendar::startOfYear(int32_t year, UErrorCode &status) in startOfYear() function in HebrewCalendar 533 return startOfYear(eyear+1, status) - startOfYear(eyear, status); in handleGetYearLength() 572 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() 578 ys = startOfYear(year, status); in handleComputeFields() 593 // a large value is set to julianDay. I patched startOfYear in handleComputeFields() 595 // by startOfYear or other places. For now, we check in handleComputeFields() 652 int32_t day = startOfYear(eyear, status); in handleComputeMonthStart()
|
H A D | hebrwcal.h | 424 static int32_t startOfYear(int32_t year, UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | hebrwcal.cpp | 390 int32_t HebrewCalendar::startOfYear(int32_t year, UErrorCode &status) in startOfYear() function in HebrewCalendar 533 return startOfYear(eyear+1, status) - startOfYear(eyear, status); in handleGetYearLength() 572 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() 578 ys = startOfYear(year, status); in handleComputeFields() 593 // a large value is set to julianDay. I patched startOfYear in handleComputeFields() 595 // by startOfYear or other places. For now, we check in handleComputeFields() 652 int32_t day = startOfYear(eyear, status); in handleComputeMonthStart()
|
H A D | hebrwcal.h | 431 static int32_t startOfYear(int32_t year, UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | hebrwcal.cpp | 394 int32_t HebrewCalendar::startOfYear(int32_t year, UErrorCode &status) in startOfYear() function in HebrewCalendar 537 return startOfYear(eyear+1, status) - startOfYear(eyear, status); in handleGetYearLength() 577 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() 583 ys = startOfYear(year, status); in handleComputeFields() 598 // a large value is set to julianDay. I patched startOfYear in handleComputeFields() 600 // by startOfYear or other places. For now, we check in handleComputeFields() 662 int32_t day = startOfYear(eyear, status); in handleComputeMonthStart()
|
H A D | hebrwcal.h | 471 static int32_t startOfYear(int32_t year, UErrorCode& status);
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 9 milliseconds