Searched defs:lenient (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/unicode/
H A Drbnf.h217 * <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.
860 * parseable substring. This function's behavior is affected by the lenient
889 * Turns lenient pars
997 UBool lenient; member in class:RuleBasedNumberFormat
[all...]
/external/icu4c/i18n/
H A Ddatefmt.cpp250 // We arrive here if fCalendar is non-lenient and there
490 DateFormat::setLenient(UBool lenient) argument
493 fCalendar->setLenient(lenient);
H A Dcalendar.cpp637 // the Calendar is lenient, the fields are also renormalized to standard
2050 Calendar::setLenient(UBool lenient) argument
2052 fLenient = lenient;
2366 * should only be called if this calendar is not lenient.
3340 // If we are lenient, we need to recompute the fields to normalize
/external/icu4c/test/intltest/
H A Dcaltest.cpp351 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) argument
567 logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToStr(*cal)));
568 cal->setLenient(lenient);
571 logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(*cal)));
H A Dcalregts.cpp527 void CalendarRegressionTest::dowTest(UBool lenient) argument
538 cal->setLenient(lenient);

Completed in 121 milliseconds