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

/external/v8/test/mjsunit/regress/
H A Dregress-bind-receiver.js29 function lenient() { return this; } function
39 assertEquals(true, lenient.bind(true)() instanceof Boolean);
40 assertEquals(true, lenient.bind(42)() instanceof Number);
41 assertEquals(true, lenient.bind("")() instanceof String);
42 assertEquals(this, lenient.bind(null)());
43 assertEquals(this, lenient.bind(undefined)());
44 assertEquals(obj, lenient.bind(obj)());
/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.cpp646 // the Calendar is lenient, the fields are also renormalized to standard
2073 Calendar::setLenient(UBool lenient) argument
2075 fLenient = lenient;
2389 * should only be called if this calendar is not lenient.
3357 // If we are lenient, we need to recompute the fields to normalize
H A Dsmpdtfmt.cpp1860 UBool lenient = isLenient(); local
2014 if (! matchLiterals(fPattern, i, text, pos, lenient)) {
2301 UBool lenient)
2333 if (lenient) {
2366 // in lenient mode? (There won't be any
2368 if (!lenient && t == tStart) {
2383 // OK in lenient mode, an error in strict mode.
2384 if (lenient) {
2393 // If we're in lenient mode we may have a partial match, or no
2540 UBool lenient local
2297 matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, const UnicodeString &text, int32_t &textOffset, UBool lenient) argument
[all...]
H A Ddecimfmt.cpp2302 UBool lenient) {
2313 if (!lenient) {
2299 compareSimpleAffix(const UnicodeString& affix, const UnicodeString& input, int32_t pos, UBool lenient) argument
/external/icu4c/test/intltest/
H A Dcaltest.cpp366 UBool lenient = ( i > 0 ); local
367 cal->setLenient(lenient);
368 if (lenient != cal->isLenient()) errln("FAIL: setLenient/isLenient failed");
369 // Later: Check for lenient behavior
573 void CalendarTest::dowTest(UBool lenient) argument
582 logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToStr(*cal)));
583 cal->setLenient(lenient);
586 logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(*cal)));
H A Dcalregts.cpp536 void CalendarRegressionTest::dowTest(UBool lenient) argument
547 cal->setLenient(lenient);
H A Ddtfmttst.cpp690 expLittleD = expBigD; // Expect the same, with default lenient parsing
885 // lenient inputStrings
3479 UBool lenient; member in struct:__anon6669
3488 // loc lenient fail? datePattern dateString
3523 formatter->setLenient(itemPtr->lenient);
3527 errln("FAIL, err when expected success: Locale \"" + UnicodeString(itemPtr->localeStr) + "\", lenient " + itemPtr->lenient +
3531 errln("FAIL, expected err but got none: Locale \"" + UnicodeString(itemPtr->localeStr) + "\", lenient " + itemPtr->lenient +
3533 } else if (!itemPtr->lenient) {
[all...]
H A Dnumfmtst.cpp919 * Test lenient parsing.
1061 // lenient parse.
1081 // then, make sure that they pass with a lenient parse
2887 UBool lenient; member in struct:__anon6681
2931 foo->setLenient(DATA[i].lenient);
2936 errln("FAILED parse " + stringToBeParsed + "; lenient: " + DATA[i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + parsePosition.getIndex() + ", " + parsePosition.getErrorIndex() + ")");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 284 milliseconds