HomeSort by relevance Sort by last modified time
    Searched refs:getOffset (Results 201 - 225 of 641) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 273 // 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 - must return the same results for these time dat
    [all...]
tscoll.cpp 420 /*int32_t offset = */iter.getOffset();
507 int32_t offset = iter.getOffset();
524 offset = iter.getOffset();
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 271 // 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 - must return the same results for these time dat
    [all...]
tscoll.cpp 402 /*int32_t offset = */iter.getOffset();
489 int32_t offset = iter.getOffset();
506 offset = iter.getOffset();
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
372 return getOffset(era, year, month, day, dayOfWeek, millis,
378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
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);
simpletz.cpp 18 * 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,
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,
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(era, year, month, day, dayOfWeek, millis
    [all...]
  /external/icu/icu4c/source/i18n/
rbtz.cpp 363 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
372 return getOffset(era, year, month, day, dayOfWeek, millis,
378 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
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);
simpletz.cpp 18 * 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,
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,
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(era, year, month, day, dayOfWeek, millis
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 154 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();
  /frameworks/native/libs/binder/
IMemory.cpp 84 virtual uint32_t getOffset() const;
349 uint32_t BpMemoryHeap::getOffset() const {
373 reply->writeInt32(getOffset());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 110 ResourceUrl resource = findResource(document, selection.getOffset());
113 resource = findItemDefinition(document, selection.getOffset());
126 String className = findClassName(document, file, selection.getOffset());
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 92 timezone.getOffset(now, false, raw_offset, dst_offset, status);
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 319 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/
ubsan_diag.h 31 uptr getOffset() const { return Offset; }
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 587 int32_t getOffset() const;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 397 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/Target/Hexagon/
HexagonAsmPrinter.cpp 85 printOffset(MO.getOffset(), O);
HexagonCopyToCombine.cpp 567 .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/
PPCAsmBackend.cpp 119 unsigned Offset = Fixup.getOffset();
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 197 SHeader.sh_name = DotShStrtab.getOffset(Sec->Name);
242 SHeader.sh_name = DotShStrtab.getOffset(".symtab");
280 SHeader.sh_name = DotShStrtab.getOffset(Name);
295 Symbol.st_name = DotStrtab.getOffset(Sym.Name);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 260 public int getOffset() {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
CroppedTrack.java 90 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getOffset() != nuDecodingTime) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction.java 69 Instruction instruction = buildInstruction(reader.dexBuf, opcode, reader.getOffset());
  /frameworks/base/libs/hwui/font/
CacheTexture.h 107 inline uint32_t getOffset(uint16_t x, uint16_t y) const {
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 161 result = m_pFragment->getOffset();

Completed in 1380 milliseconds

1 2 3 4 5 6 7 891011>>