OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstAfter
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
rbtz.h
314
int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t
dstAfter
,
/external/icu4c/i18n/
rbtz.cpp
883
RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t
dstAfter
,
888
int32_t offsetAfter = rawAfter +
dstAfter
;
890
UBool dstToStd = (dstBefore != 0) && (
dstAfter
== 0);
891
UBool stdToDst = (dstBefore == 0) && (
dstAfter
!= 0);
olsontz.cpp
418
UBool
dstAfter
= dstOffset(typeData[i]) != 0;
420
UBool dstToStd = dstBefore && !
dstAfter
;
421
UBool stdToDst = !dstBefore &&
dstAfter
;
[
all
...]
Completed in 194 milliseconds