Searched refs:getOffset (Results 126 - 150 of 361) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp345 if (time_zone->getOffset(gc->AD, gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
347 dataerrln("FAIL: getOffset returned wrong value");
1558 int32_t offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1,
1564 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1571 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JANUARY, 1,
1577 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1607 int32_t offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 5,
1613 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 15,
1619 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_OCTOBER, 15,
1624 offset = tz.getOffset(GregorianCalenda
[all...]
H A Dtzbdtest.cpp212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
218 if (offset == expDSTOffset) logln(UnicodeString("PASS: getOffset() = ") + (offset / ONE_HOUR));
219 else dataerrln(UnicodeString("FAIL: getOffset() = ") + (offset / ONE_HOUR) + "; expected " + (expDSTOffset / ONE_HOUR));
229 * the time zone getOffset method.
370 logln(UnicodeString("") + z->getOffset(1, 97, 3, 4, 6, 0) + " " + date(97, 3, 4));
371 logln(UnicodeString("") + z->getOffset(1, 97, 3, 5, 7, 0) + " " + date(97, 3, 5));
372 logln(UnicodeString("") + z->getOffset(1, 97, 3, 6, 1, 0) + " " + date(97, 3, 6));
373 logln(UnicodeString("") + z->getOffset(1, 97, 3, 7, 2, 0) + " " + date(97, 3, 7));
H A Dtzrulets.cpp271 // getOffset
303 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
305 errln("FAIL: getOffset(7 args) failed.");
317 rbtz1->getOffset(time, TRUE, offset, dstSavings, status);
319 errln("FAIL: getOffset(5 args) failed.");
342 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
344 errln("FAIL: getOffset(7 args) failed.");
356 rbtz1->getOffset(time, TRUE, offset, dstSavings, status);
358 errln("FAIL: getOffset(5 args) failed.");
569 // Check getOffset
[all...]
H A Dtscoll.cpp402 /*int32_t offset = */iter.getOffset();
489 int32_t offset = iter.getOffset();
506 offset = iter.getOffset();
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp329 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, function in class:OlsonTimeZone
338 return getOffset(era, year, month, dom, dow, millis,
347 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, function in class:OlsonTimeZone
375 return finalZone->getOffset(era, year, month, dom, dow,
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, function in class:OlsonTimeZone
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
431 getOffset((double) uprv_getUTCtime() * U_MILLIS_PER_SECOND,
603 getOffset(date, FALSE, raw, dst, ec);
H A Drbtz.cpp363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:RuleBasedTimeZone
372 return getOffset(era, year, month, day, dayOfWeek, millis,
378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:RuleBasedTimeZone
399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, function in class:RuleBasedTimeZone
412 * The internal getOffset implementation
484 getOffset(uprv_getUTCtime() * U_MILLIS_PER_SECOND,
497 getOffset(now, FALSE, raw, dst, status);
517 getOffset(date, FALSE, raw, dst, status);
H A Dsimpletz.cpp18 * 09/17/98 stephen Fixed getOffset() for last hour of year and DST
46 // For actual getOffset() calculations, use Grego::monthLength() and
393 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
397 // duplicates the test that occurs in the 7-argument getOffset(),
400 // 7-argument getOffset(), and outside code should use Calendar.get(int
408 return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status);
412 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
417 // duplicates a test that occurs in the 9-argument getOffset(),
420 // 9-argument getOffset(), and outside code should use Calendar.get(int
432 return getOffset(er
439 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp329 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, function in class:OlsonTimeZone
338 return getOffset(era, year, month, dom, dow, millis,
347 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, function in class:OlsonTimeZone
375 return finalZone->getOffset(era, year, month, dom, dow,
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, function in class:OlsonTimeZone
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
431 getOffset((double) uprv_getUTCtime() * U_MILLIS_PER_SECOND,
603 getOffset(date, FALSE, raw, dst, ec);
H A Drbtz.cpp363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:RuleBasedTimeZone
372 return getOffset(era, year, month, day, dayOfWeek, millis,
378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:RuleBasedTimeZone
399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, function in class:RuleBasedTimeZone
412 * The internal getOffset implementation
484 getOffset(uprv_getUTCtime() * U_MILLIS_PER_SECOND,
497 getOffset(now, FALSE, raw, dst, status);
517 getOffset(date, FALSE, raw, dst, status);
H A Dsimpletz.cpp18 * 09/17/98 stephen Fixed getOffset() for last hour of year and DST
46 // For actual getOffset() calculations, use Grego::monthLength() and
393 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
397 // duplicates the test that occurs in the 7-argument getOffset(),
400 // 7-argument getOffset(), and outside code should use Calendar.get(int
408 return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status);
412 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
417 // duplicates a test that occurs in the 9-argument getOffset(),
420 // 9-argument getOffset(), and outside code should use Calendar.get(int
432 return getOffset(er
439 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp141 if (!MO.isJTI() && MO.getOffset())
143 MCConstantExpr::Create(MO.getOffset(), Ctx),
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_BitStream.h50 FX_DWORD getOffset();
280 inline FX_DWORD CJBig2_BitStream::getOffset() function in class:CJBig2_BitStream
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.cpp212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
218 if (offset == expDSTOffset) logln(UnicodeString("PASS: getOffset() = ") + (offset / ONE_HOUR));
219 else dataerrln(UnicodeString("FAIL: getOffset() = ") + (offset / ONE_HOUR) + "; expected " + (expDSTOffset / ONE_HOUR));
229 * the time zone getOffset method.
370 logln(UnicodeString("") + z->getOffset(1, 97, 3, 4, 6, 0) + " " + date(97, 3, 4));
371 logln(UnicodeString("") + z->getOffset(1, 97, 3, 5, 7, 0) + " " + date(97, 3, 5));
372 logln(UnicodeString("") + z->getOffset(1, 97, 3, 6, 1, 0) + " " + date(97, 3, 6));
373 logln(UnicodeString("") + z->getOffset(1, 97, 3, 7, 2, 0) + " " + date(97, 3, 7));
H A Dtzrulets.cpp273 // getOffset
305 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
307 errln("FAIL: getOffset(7 args) failed.");
319 rbtz1->getOffset(time, TRUE, offset, dstSavings, status);
321 errln("FAIL: getOffset(5 args) failed.");
344 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
346 errln("FAIL: getOffset(7 args) failed.");
358 rbtz1->getOffset(time, TRUE, offset, dstSavings, status);
360 errln("FAIL: getOffset(5 args) failed.");
571 // Check getOffset
[all...]
H A Dtscoll.cpp420 /*int32_t offset = */iter.getOffset();
507 int32_t offset = iter.getOffset();
524 offset = iter.getOffset();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp154 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
258 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
402 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
/external/chromium_org/chrome/browser/chromeos/system/
H A Dtimezone_util.cc92 timezone.getOffset(now, false, raw_offset, dst_offset, status);
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp319 EXPECT_EQ(Offset, Replace.getOffset());
429 ASSERT_EQ(0u, Conflicts.front().getOffset());
455 ASSERT_EQ(1u, Conflicts[0].getOffset());
457 ASSERT_EQ(6u, Conflicts[1].getOffset());
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h31 uptr getOffset() const { return Offset; } function in class:__ubsan::ModuleLocation
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasunit.h587 int32_t getOffset() const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp397 int64_t offset = GADN->getOffset();
414 int offset = CP->getOffset();
426 OS << "<" << TI->getIndex() << '+' << TI->getOffset() << ">";
488 int64_t offset = BA->getOffset();
/external/llvm/lib/DebugInfo/
H A DDWARFUnit.h104 uint32_t getOffset() const { return Offset; } function in class:llvm::DWARFUnit
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp85 printOffset(MO.getOffset(), O);
H A DHexagonCopyToCombine.cpp567 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
575 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
617 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
643 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp119 unsigned Offset = Fixup.getOffset();

Completed in 2145 milliseconds

1234567891011>>