Home
last modified time | relevance | path

Searched defs:getOffset (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DTimeZoneJDK.java88 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() method in TimeZoneJDK
93 public int getOffset(long date) { in getOffset() method in TimeZoneJDK
98 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() method in TimeZoneJDK
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DTimeZoneICU.java69 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() method in TimeZoneICU
74 public int getOffset(long date) { in getOffset() method in TimeZoneICU
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h46 uint64_t getOffset() const { return Offset; } in getOffset() function
DDWARFDebugAbbrev.h35 uint64_t getOffset() const { return Offset; } in getOffset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp151 DWARFUnitIndex::Entry::getOffset(DWARFSectionKind Sec) const { in getOffset() function in DWARFUnitIndex::Entry
160 DWARFUnitIndex::Entry::getOffset() const { in getOffset() function in DWARFUnitIndex::Entry
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DJavaTimeZone.java113 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() method in JavaTimeZone
121 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() method in JavaTimeZone
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DJavaTimeZone.java111 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() method in JavaTimeZone
119 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() method in JavaTimeZone
/third_party/skia/third_party/externals/icu/source/i18n/
Duitercollationiterator.cpp40 UIterCollationIterator::getOffset() const { in getOffset() function in UIterCollationIterator
96 FCDUIterCollationIterator::getOffset() const { in getOffset() function in FCDUIterCollationIterator
Dutf8collationiterator.cpp40 UTF8CollationIterator::getOffset() const { in getOffset() function in UTF8CollationIterator
140 FCDUTF8CollationIterator::getOffset() const { in getOffset() function in FCDUTF8CollationIterator
Dutf16collationiterator.cpp55 UTF16CollationIterator::getOffset() const { in getOffset() function in UTF16CollationIterator
199 FCDUTF16CollationIterator::getOffset() const { in getOffset() function in FCDUTF16CollationIterator
/third_party/node/deps/icu-small/source/i18n/
Duitercollationiterator.cpp40 UIterCollationIterator::getOffset() const { in getOffset() function in UIterCollationIterator
96 FCDUIterCollationIterator::getOffset() const { in getOffset() function in FCDUIterCollationIterator
Dutf8collationiterator.cpp40 UTF8CollationIterator::getOffset() const { in getOffset() function in UTF8CollationIterator
140 FCDUTF8CollationIterator::getOffset() const { in getOffset() function in FCDUTF8CollationIterator
Dutf16collationiterator.cpp55 UTF16CollationIterator::getOffset() const { in getOffset() function in UTF16CollationIterator
199 FCDUTF16CollationIterator::getOffset() const { in getOffset() function in FCDUTF16CollationIterator
/third_party/icu/icu4c/source/i18n/
Duitercollationiterator.cpp40 UIterCollationIterator::getOffset() const { in getOffset() function in UIterCollationIterator
96 FCDUIterCollationIterator::getOffset() const { in getOffset() function in FCDUIterCollationIterator
Dutf8collationiterator.cpp40 UTF8CollationIterator::getOffset() const { in getOffset() function in UTF8CollationIterator
140 FCDUTF8CollationIterator::getOffset() const { in getOffset() function in FCDUTF8CollationIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DStringTableBuilder.h58 size_t getOffset(StringRef S) const { in getOffset() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DConversionRates.java63 …protected BigDecimal getOffset(MeasureUnitImpl source, MeasureUnitImpl target, UnitsConverter.Fact… in getOffset() method in ConversionRates
229 public BigDecimal getOffset() { in getOffset() method in ConversionRates.ConversionRateInfo
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DIterCollationIterator.java38 public int getOffset() { in getOffset() method in IterCollationIterator
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DIterCollationIterator.java36 public int getOffset() { in getOffset() method in IterCollationIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRuleBasedTimeZone.java92 public int getOffset(int era, int year, int month, int day, int dayOfWeek, in getOffset() method in RuleBasedTimeZone
108 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() method in RuleBasedTimeZone
591 …private void getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, in… in getOffset() method in RuleBasedTimeZone
DTimeZone.java278 abstract public int getOffset(int era, int year, int month, int day, in getOffset() method in TimeZone
295 public int getOffset(long date) { in getOffset() method in TimeZone
320 public void getOffset(long date, boolean local, int[] offsets) { in getOffset() method in TimeZone
1302 … public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() method in TimeZone.ConstantZone
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DBuffer.h78 int getOffset() const { return offset; } in getOffset() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLMemory.h122 inline size_t Memory::getOffset() const in getOffset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h50 unsigned getOffset() const { return getMapEntry()->second.Offset; } in getOffset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h184 uint32_t getOffset() const { return Offset; } in getOffset() function

1234567