Searched defs:jd (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/i18n/
H A Dpersncal.cpp355 int jy,jm,jd; local
356 julian_to_jalali(julianDay-1947955,&jy,&jm,&jd);
361 internalSet(UCAL_DAY_OF_MONTH, jd);
362 internalSet(UCAL_DAY_OF_YEAR, jd + MONTH_COUNT[jm-1][2]);
H A Dindiancal.cpp159 * @param jd The Julian Day
161 static int32_t* jdToGregorian(double jd, int32_t gregorianDate[3]) { argument
164 wjd = uprv_floor(jd - 0.5) + 0.5;
198 double start, jd; local
213 jd = start + (date - 1);
215 jd = start + leapMonth;
223 jd += m * 31;
227 jd += m * 30;
229 jd += date - 1;
232 return jd;
256 double jd = IndianToJD(eyear ,imonth, 1); local
[all...]
H A Dchnsecal.cpp742 int32_t jd = newMoon + kEpochStartAsJulianDay - 1 + dom; local
747 set(UCAL_JULIAN_DAY, jd-1);
756 set(UCAL_JULIAN_DAY, jd);
759 set(UCAL_JULIAN_DAY, jd);
H A Dgregocal.cpp71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
72 // ms=-184303902528000000 jd=81000000 September 20, 5838270 BC
375 fprintf(stderr, "%s:%d: jd%d- (greg's %d)- [cut=%d]\n",
475 int32_t jd = Calendar::handleComputeJulianDay(bestField); local
479 jd >= fCutoverJulianDay) {
487 //if ((fIsGregorian==TRUE) != (jd >= fCutoverJulianDay)) { /* cutoverJulianDay)) { */
488 if ((fIsGregorian==TRUE) != (jd >= fCutoverJulianDay)) { /* cutoverJulianDay)) { */
490 fprintf(stderr, "%s:%d: jd [invert] %d\n",
491 __FILE__, __LINE__, jd);
494 jd
[all...]
H A Dcalendar.cpp2811 int32_t nextJulianDay = handleComputeMonthStart(year+1, 0, FALSE); // jd of day before jan 1
2862 julianDay = handleComputeMonthStart(year-1, 0, FALSE); // jd before Jan 1 of previous year
2871 fprintf(stderr, "%s:%d - date now %d, jd%d, ywoy%d\n",
2995 int32_t jd = // Calculate JD of our target day: local
3001 jd -= 7; // woy already includes Jan 1's week.
3004 if( (jd+1) >= nextJan1Start ) {
/external/openssl/crypto/
H A Do_time.c236 static void julian_to_date(long jd, int *y, int *m, int *d);
309 static void julian_to_date(long jd, int *y, int *m, int *d) argument
311 long L = jd + 68569;
/external/icu4c/test/intltest/
H A Dastrotst.cpp406 double jd = astro->getJulianDay() - 2447891.5; local
408 if (jd == exp) {
410 logln(d3->format(cal3->getTime(status),s) + " => " + jd);
413 errln("FAIL: " + d3->format(cal3->getTime(status), s) + " => " + jd +
H A Dcaltest.cpp1943 int32_t jd; local
1950 jd = cal.get(UCAL_JULIAN_DAY, status);
1951 if(jd != kEpochStartAsJulianDay) {
1952 errln("Wanted JD of %d at time=0, [epoch 1970] but got %d\n", kEpochStartAsJulianDay, jd);
1954 logln("Wanted JD of %d at time=0, [epoch 1970], got %d\n", kEpochStartAsJulianDay, jd);
1962 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
1964 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp81 void init_source(j_decompress_ptr jd);
82 boolean fill_input_buffer(j_decompress_ptr jd);
83 void skip_input_data(j_decompress_ptr jd, long num_bytes);
84 void term_source(j_decompress_ptr jd);
383 void init_source(j_decompress_ptr jd) argument
387 void skip_input_data(j_decompress_ptr jd, long num_bytes) argument
389 decoder_source_mgr *src = (decoder_source_mgr *)jd->src;
393 boolean fill_input_buffer(j_decompress_ptr jd) argument
401 void term_source(j_decompress_ptr jd) argument
403 decoder_source_mgr *src = (decoder_source_mgr *)jd
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetDefs.py559 jd = JetDefs() variable
560 jd.CreateHelpIniFile()
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 303 milliseconds