/external/icu4c/i18n/unicode/ |
D | tzrule.h | 140 UBool inclusive, UDate& result) const = 0; 157 UBool inclusive, UDate& result) const = 0; 322 UBool inclusive, UDate& result) const; 339 UBool inclusive, UDate& result) const; 557 UBool inclusive, UDate& result) const; 574 UBool inclusive, UDate& result) const; 763 UBool inclusive, UDate& result) const; 780 UBool inclusive, UDate& result) const;
|
D | rbtz.h | 258 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 268 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… 312 …UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c… 313 …UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) c…
|
D | basictz.h | 50 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… 60 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
D | vtzone.h | 322 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 332 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
D | simpletz.h | 712 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 722 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
/external/icu4c/i18n/ |
D | rbtz.cpp | 526 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getNextTransition() argument 534 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule); in getNextTransition() 545 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /… in getPreviousTransition() argument 553 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule); in getPreviousTransition() 713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext() argument 723 if (tt > base || (inclusive && tt == base)) { in findNext() 730 if (inclusive && tt == base) { in findNext() 739 … UBool avail0 = r0->getNextStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0); in findNext() 740 … UBool avail1 = r1->getNextStart(base, r0->getRawOffset(), r0->getDSTSavings(), inclusive, start1); in findNext() 764 if (tt < base || (!inclusive && tt == base)) { in findNext() [all …]
|
D | zrule.cpp | 129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart() argument 130 …*)rule)->InitialTimeZoneRule::getNextStart(base, prevRawOffset, prevDSTSavings, inclusive, result); in izrule_getNextStart() 135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart() argument 136 …le)->InitialTimeZoneRule::getPreviousStart(base, prevRawOffset, prevDSTSavings, inclusive, result); in izrule_getPreviousStart()
|
D | tzrule.cpp | 354 UBool inclusive, in getNextStart() argument 363 if (tmp < base || (!inclusive && (tmp == base))) { in getNextStart() 378 UBool inclusive, in getPreviousStart() argument 387 if (tmp > base || (!inclusive && (tmp == base))) { in getPreviousStart() 544 UBool inclusive, in getNextStart() argument 549 if (time < base || (!inclusive && time == base)) { in getNextStart() 564 UBool inclusive, in getPreviousStart() argument 569 if (time < base || (inclusive && time == base)) { in getPreviousStart()
|
D | vzone.cpp | 161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition() argument 162 …return ((VTimeZone*)zone)->VTimeZone::getNextTransition(base, inclusive, *(TimeZoneTransition*)res… in vzone_getNextTransition() 166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition() argument 167 …return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*… in vzone_getPreviousTransition()
|
D | zrule.h | 248 int32_t prevDSTSavings, UBool inclusive, UDate& result); 267 int32_t prevDSTSavings, UBool inclusive, UDate& result);
|
D | simpletz.cpp | 970 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*… in getNextTransition() argument 982 if (base < firstTransitionTime || (inclusive && base == firstTransitionTime)) { in getNextTransition() 986 …stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate); in getNextTransition() 987 …dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getNextTransition() 1004 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*co… in getPreviousTransition() argument 1016 if (base < firstTransitionTime || (!inclusive && base == firstTransitionTime)) { in getPreviousTransition() 1020 …ule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate); in getPreviousTransition() 1021 …ule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate); in getPreviousTransition()
|
D | olsontz.cpp | 854 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getNextTransition() argument 862 if (inclusive && base == firstFinalTZTransition->getTime()) { in getNextTransition() 868 return finalZoneWithStartYear->getNextTransition(base, inclusive, result); in getNextTransition() 881 if (base > t || (!inclusive && base == t)) { in getNextTransition() 919 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getPreviousTransition() argument 927 if (inclusive && base == firstFinalTZTransition->getTime()) { in getPreviousTransition() 933 return finalZoneWithStartYear->getPreviousTransition(base, inclusive, result); in getPreviousTransition() 946 if (base > t || (inclusive && base == t)) { in getPreviousTransition()
|
D | vzone.h | 328 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result); 340 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
|
D | olsontz.h | 233 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 243 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
|
/external/icu4c/test/intltest/ |
D | tzrulets.h | 44 UDate start, UDate end, UBool inclusive); 46 UDate start, UDate end, UBool inclusive);
|
D | tzrulets.cpp | 2412 UDate start, UDate end, UBool inclusive) { in compareTransitionsAscending() argument 2423 avail1 = z1.getNextTransition(time, inclusive, tzt1); in compareTransitionsAscending() 2424 avail2 = z2.getNextTransition(time, inclusive, tzt2); in compareTransitionsAscending() 2428 if (tzt1.getTime() < end || (inclusive && tzt1.getTime() == end)) { in compareTransitionsAscending() 2433 if (tzt2.getTime() < end || (inclusive && tzt2.getTime() == end)) { in compareTransitionsAscending() 2458 if (inclusive) { in compareTransitionsAscending() 2469 UDate start, UDate end, UBool inclusive) { in compareTransitionsDescending() argument 2480 avail1 = z1.getPreviousTransition(time, inclusive, tzt1); in compareTransitionsDescending() 2481 avail2 = z2.getPreviousTransition(time, inclusive, tzt2); in compareTransitionsDescending() 2485 if (tzt1.getTime() > start || (inclusive && tzt1.getTime() == start)) { in compareTransitionsDescending() [all …]
|
/external/valgrind/main/callgrind/ |
D | callgrind_annotate.in | 156 my $inclusive = 0; 281 $inclusive = 1 if ($1 eq "yes"); 282 $inclusive = 0 if ($1 eq "no"); 573 if ($inclusive) { 700 if ($inclusive) { 952 if ($inclusive) {
|
/external/iptables/extensions/ |
D | libipt_SNAT.man | 11 which can specify a single new source IP address, an inclusive range 18 mapped to other ports below 512: those between 512 and 1023 inclusive
|
D | libipt_DNAT.man | 14 which can specify a single new destination IP address, an inclusive
|
D | libxt_tcp.man | 6 name or a port number. An inclusive range can also be specified,
|
D | libxt_hashlimit.man | 30 subject to hashlimit. \fIprefix\fP must be between (inclusive) 0 and 32. Note
|
D | libxt_conntrack.man | 36 (inclusive)
|
D | libxt_time.man | 71 Since the stop time is actually inclusive, you would need the following stop
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 83 0x30 prefetch: all inclusive 96 0x30 prefetch: all inclusive
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_klex.pkb | 182 inclusive%2)56@=!2$/incluso
|