OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startOfYear
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
hebrwcal.cpp
387
int32_t HebrewCalendar::
startOfYear
(int32_t year, UErrorCode &status)
529
return
startOfYear
(eyear+1, status) -
startOfYear
(eyear, status);
561
int32_t ys =
startOfYear
(year, status); // 1st day of year
567
ys =
startOfYear
(year, status);
582
// a large value is set to julianDay. I patched
startOfYear
584
// by
startOfYear
or other places. For now, we check
641
int32_t day =
startOfYear
(eyear, status);
/external/icu4c/i18n/
hebrwcal.cpp
387
int32_t HebrewCalendar::
startOfYear
(int32_t year, UErrorCode &status)
529
return
startOfYear
(eyear+1, status) -
startOfYear
(eyear, status);
561
int32_t ys =
startOfYear
(year, status); // 1st day of year
567
ys =
startOfYear
(year, status);
582
// a large value is set to julianDay. I patched
startOfYear
584
// by
startOfYear
or other places. For now, we check
641
int32_t day =
startOfYear
(eyear, status);
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 2777 milliseconds