HomeSort by relevance Sort by last modified time
    Searched refs:inclusive (Results 1 - 18 of 18) sorted by null

  /external/icu4c/test/intltest/
tzrulets.h 43 UDate start, UDate end, UBool inclusive);
45 UDate start, UDate end, UBool inclusive);
tzrulets.cpp 672 // Ascending/inclusive
676 // Descending/inclusive
    [all...]
  /external/icu4c/i18n/unicode/
basictz.h 45 * @param inclusive Whether the base time is inclusive or not.
50 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ = 0;
55 * @param inclusive Whether the base time is inclusive or not.
60 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ = 0;
68 * @param start The start time of the evaluated time range (inclusive)
69 * @param end The end time of the evaluated time range (inclusive)
tzrule.h 132 * @param inclusive Whether the base time is inclusive or not.
140 UBool inclusive, UDate& result) const = 0;
149 * @param inclusive Whether the base time is inclusive or not.
157 UBool inclusive, UDate& result) const = 0;
314 * @param inclusive Whether the base time is inclusive or not.
322 UBool inclusive, UDate& result) const;
331 * @param inclusive Whether the base time is inclusive or not
    [all...]
rbtz.h 253 * @param inclusive Whether the base time is inclusive or not.
258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
263 * @param inclusive Whether the base time is inclusive or not.
268 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
313 UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
vtzone.h 305 * @param inclusive Whether the base time is inclusive or not.
310 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
315 * @param inclusive Whether the base time is inclusive or not.
320 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
simpletz.h     [all...]
  /external/icu4c/i18n/
rbtz.cpp 524 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
532 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
543 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
551 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
711 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime,
721 if (tt > base || (inclusive && tt == base)) {
728 if (inclusive && tt == base) {
737 UBool avail0 = r0->getNextStart(base, r1->getRawOffset(), r1->getDSTSavings(), inclusive, start0);
738 UBool avail1 = r1->getNextStart(base, r0->getRawOffset(), r0->getDSTSavings(), inclusive, start1);
762 if (tt < base || (!inclusive && tt == base))
    [all...]
olsontz.h 54 * Otherwise each transtion indicates a time after which (inclusive)
232 * @param inclusive Whether the base time is inclusive or not.
236 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
242 * @param inclusive Whether the base time is inclusive or not.
246 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
tzrule.cpp 161 UBool /*inclusive*/,
170 UBool /*inclusive*/,
354 UBool inclusive,
363 if (tmp < base || (!inclusive && (tmp == base))) {
378 UBool inclusive,
387 if (tmp > base || (!inclusive && (tmp == base))) {
546 UBool inclusive,
551 if (time < base || (!inclusive && time == base)) {
566 UBool inclusive,
571 if (time < base || (inclusive && time == base))
    [all...]
olsontz.cpp 816 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
824 if (inclusive && base == firstFinalTZTransition->getTime()) {
829 //return finalZone->getNextTransition(base, inclusive, result);
830 return finalZoneWithStartYear->getNextTransition(base, inclusive, result);
842 if (base > t || (!inclusive && base == t)) {
    [all...]
simpletz.cpp     [all...]
vtzone.cpp     [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 126 @ inclusive and get the right set of args.
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py     [all...]
  /external/v8/src/
messages.js 370 * inclusive). Default is the number of lines in the script
440 * start : position of start of source context (inclusive)
441 * end : position of end of source context (not inclusive)
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2848 milliseconds