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

  /external/chromium/third_party/icu/source/test/intltest/
calregts.h 76 void dowTest(UBool lenient) ;
caltest.h 35 void dowTest(UBool lenient);
caltest.cpp 341 UBool lenient = ( i > 0 ); local
342 cal->setLenient(lenient);
343 if (lenient != cal->isLenient()) errln("FAIL: setLenient/isLenient failed");
344 // Later: Check for lenient behavior
510 void CalendarTest::dowTest(UBool lenient)
519 logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToStr(*cal)));
520 cal->setLenient(lenient);
523 logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(*cal)));
    [all...]
calregts.cpp 520 void CalendarRegressionTest::dowTest(UBool lenient)
531 cal->setLenient(lenient);
    [all...]
  /external/icu4c/test/intltest/
calregts.h 76 void dowTest(UBool lenient) ;
caltest.h 35 void dowTest(UBool lenient);
caltest.cpp 351 UBool lenient = ( i > 0 ); local
352 cal->setLenient(lenient);
353 if (lenient != cal->isLenient()) errln("FAIL: setLenient/isLenient failed");
354 // Later: Check for lenient behavior
558 void CalendarTest::dowTest(UBool lenient)
567 logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToStr(*cal)));
568 cal->setLenient(lenient);
571 logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(*cal)));
    [all...]
calregts.cpp 527 void CalendarRegressionTest::dowTest(UBool lenient)
538 cal->setLenient(lenient);
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 64 * When a {@code Calendar} is <em>lenient</em>, it accepts a wider
65 * range of field values than it produces. For example, a lenient
68 * non-lenient {@code GregorianCalendar} throws an exception when given
338 private boolean lenient; field in class:Calendar
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp 48 }; /* "%%lenient-parse:" */
656 , lenient(FALSE)
673 , lenient(FALSE)
690 , lenient(FALSE)
706 , lenient(FALSE)
723 , lenient(FALSE)
737 , lenient(FALSE)
811 , lenient(FALSE)
826 lenient = rhs.lenient;
    [all...]
datefmt.cpp 187 // We arrive here if fCalendar is non-lenient and there
427 DateFormat::setLenient(UBool lenient)
430 fCalendar->setLenient(lenient);
calendar.cpp 633 // the Calendar is lenient, the fields are also renormalized to standard
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 48 }; /* "%%lenient-parse:" */
656 , lenient(FALSE)
673 , lenient(FALSE)
690 , lenient(FALSE)
706 , lenient(FALSE)
723 , lenient(FALSE)
737 , lenient(FALSE)
811 , lenient(FALSE)
826 lenient = rhs.lenient;
    [all...]
datefmt.cpp 250 // We arrive here if fCalendar is non-lenient and there
490 DateFormat::setLenient(UBool lenient)
493 fCalendar->setLenient(lenient);
calendar.cpp 634 // the Calendar is lenient, the fields are also renormalized to standard
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
rbnf.h 217 * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
218 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
219 * description which is used to define equivalences for lenient parsing. For more information
220 * on the syntax, see <tt>RuleBasedCollator</tt>. For more information on lenient parsing,
223 * of the <tt>lenient-parse</tt> rule set.</p>
552 * for lenient parsing.
558 * lenient parsing.
587 * lenient parsing.
994 UBool lenient; member in class:RuleBasedNumberFormat
    [all...]
datefmt.h 346 * By default, parsing is lenient: If the input is not in the form used by
376 * By default, parsing is lenient: If the input is not in the form used by
486 * Returns true if the formatter is set for lenient parsing.
492 * Specify whether or not date/time parsing is to be lenient. With lenient
497 * @param lenient True specifies date/time interpretation to be lenient.
501 virtual void setLenient(UBool lenient);
calendar.h     [all...]
  /external/icu4c/i18n/unicode/
rbnf.h 217 * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
218 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
219 * description which is used to define equivalences for lenient parsing. For more information
220 * on the syntax, see <tt>RuleBasedCollator</tt>. For more information on lenient parsing,
223 * of the <tt>lenient-parse</tt> rule set.</p>
552 * for lenient parsing.
558 * lenient parsing.
587 * lenient parsing.
997 UBool lenient; member in class:RuleBasedNumberFormat
    [all...]
datefmt.h 407 * By default, parsing is lenient: If the input is not in the form used by
437 * By default, parsing is lenient: If the input is not in the form used by
547 * Returns true if the formatter is set for lenient parsing.
553 * Specify whether or not date/time parsing is to be lenient. With lenient
558 * @param lenient True specifies date/time interpretation to be lenient.
562 virtual void setLenient(UBool lenient);
calendar.h     [all...]

Completed in 381 milliseconds