Home
last modified time | relevance | path

Searched refs:toOffset (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
Dvtzone.h384 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE,
387 int32_t fromOffset, int32_t toOffset,
391 int32_t fromOffset, int32_t toOffset,
395 int32_t fromOffset, int32_t toOffset,
402 int32_t fromOffset, int32_t toOffset,
410 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
/external/icu/icu4c/source/i18n/unicode/
Dvtzone.h384 int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE,
387 int32_t fromOffset, int32_t toOffset,
391 int32_t fromOffset, int32_t toOffset,
395 int32_t fromOffset, int32_t toOffset,
402 int32_t fromOffset, int32_t toOffset,
410 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1507 int32_t toOffset = 0; in parse() local
1514 toOffset = offsetStrToMillis(to, status); in parse()
1521 if (toOffset - fromOffset > 0) { in parse()
1523 dstSavings = toOffset - fromOffset; in parse()
1526 rawOffset = toOffset - DEF_DSTSAVINGS; in parse()
1530 rawOffset = toOffset; in parse()
1561 if (fromOffset - toOffset == DEF_DSTSAVINGS) { in parse()
1958 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in writeZone() local
1974 && dstToOffset == toOffset in writeZone()
2002 dstToOffset = toOffset; in writeZone()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Dvtzone.cpp1507 int32_t toOffset = 0; in parse() local
1514 toOffset = offsetStrToMillis(to, status); in parse()
1521 if (toOffset - fromOffset > 0) { in parse()
1523 dstSavings = toOffset - fromOffset; in parse()
1526 rawOffset = toOffset - DEF_DSTSAVINGS; in parse()
1530 rawOffset = toOffset; in parse()
1561 if (fromOffset - toOffset == DEF_DSTSAVINGS) { in parse()
1958 int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in writeZone() local
1974 && dstToOffset == toOffset in writeZone()
2002 dstToOffset = toOffset; in writeZone()
[all …]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextPosition.cpp51 OrdinalNumber TextPosition::toOffset(const Vector<unsigned>& lineEndings) in toOffset() function in WTF::TextPosition
DTextPosition.h71 WTF_EXPORT OrdinalNumber toOffset(const Vector<unsigned>&);
/external/chromium_org/third_party/icu/source/test/intltest/
Dtzfmttst.cpp475 … int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in run() local
476 int32_t delta = toOffset - fromOffset; in run()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp475 … int32_t toOffset = tzt.getTo()->getRawOffset() + tzt.getTo()->getDSTSavings(); in run() local
476 int32_t delta = toOffset - fromOffset; in run()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp895 *offset = position.toOffset(*endings).zeroBasedInt(); in lineNumberAndColumnToOffset()