Home
last modified time | relevance | path

Searched refs:inclusive (Results 1 – 25 of 54) sorted by relevance

123

/external/icu4c/i18n/unicode/
Dtzrule.h140 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;
Drbtz.h258 …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…
Dbasictz.h50 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/…
60 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
Dvtzone.h322 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
332 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
Dsimpletz.h712 …virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
722 …virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con…
/external/icu4c/i18n/
Drbtz.cpp526 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 …]
Dzrule.cpp129 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()
Dtzrule.cpp354 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()
Dvzone.cpp161 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()
Dzrule.h248 int32_t prevDSTSavings, UBool inclusive, UDate& result);
267 int32_t prevDSTSavings, UBool inclusive, UDate& result);
Dsimpletz.cpp970 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()
Dolsontz.cpp854 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()
Dvzone.h328 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
340 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
Dolsontz.h233 …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/
Dtzrulets.h44 UDate start, UDate end, UBool inclusive);
46 UDate start, UDate end, UBool inclusive);
Dtzrulets.cpp2412 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/
Dcallgrind_annotate.in156 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/
Dlibipt_SNAT.man11 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
Dlibipt_DNAT.man14 which can specify a single new destination IP address, an inclusive
Dlibxt_tcp.man6 name or a port number. An inclusive range can also be specified,
Dlibxt_hashlimit.man30 subject to hashlimit. \fIprefix\fP must be between (inclusive) 0 and 32. Note
Dlibxt_conntrack.man36 (inclusive)
Dlibxt_time.man71 Since the stop time is actually inclusive, you would need the following stop
/external/oprofile/events/i386/core_2/
Dunit_masks83 0x30 prefetch: all inclusive
96 0x30 prefetch: all inclusive
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_klex.pkb182 inclusive %2)56@=!2$/incluso

123