HomeSort by relevance Sort by last modified time
    Searched defs:lenient (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/regress/
regress-bind-receiver.js 29 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/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 214 * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
215 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
216 * description which is used to define equivalences for lenient parsing. For more information
217 * on the syntax, see <tt>RuleBasedCollator</tt>. For more information on lenient parsing,
220 * of the <tt>lenient-parse</tt> rule set.</p>
549 * for lenient parsing.
555 * lenient parsing.
584 * lenient parsing.
977 UBool lenient; member in class:RuleBasedNumberFormat
    [all...]
  /external/icu/icu4c/source/i18n/
datefmt.cpp 262 // We arrive here if fCalendar => calClone is non-lenient and
501 DateFormat::setLenient(UBool lenient)
504 fCalendar->setLenient(lenient);
507 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status);
508 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status);
516 UBool lenient = TRUE; local
518 lenient = fCalendar->isLenient();
521 return lenient
527 DateFormat::setCalendarLenient(UBool lenient)
530 fCalendar->setLenient(lenient);
    [all...]
  /frameworks/base/core/java/android/util/
JsonWriter.java 141 private boolean lenient; field in class:JsonWriter
177 * to lenient permits the following:
185 public void setLenient(boolean lenient) {
186 this.lenient = lenient;
193 return lenient;
334 * {@link Double#isInfinite() infinities} unless this writer is lenient.
338 if (!lenient && (Double.isNaN(value) || Double.isInfinite(value))) {
361 * {@link Double#isInfinite() infinities} unless this writer is lenient.
370 if (!lenient &
    [all...]
JsonReader.java 57 * exception. Lenient parsers should call {@link #skipValue()} to recursively
187 private boolean lenient = false; field in class:JsonReader
244 * parser to lenient causes it to ignore the following syntax errors:
261 public void setLenient(boolean lenient) {
262 this.lenient = lenient;
269 return lenient;
335 if (!lenient && token != JsonToken.BEGIN_ARRAY && token != JsonToken.BEGIN_OBJECT) {
353 if (lenient) {
612 /* In lenient mode, a 0-length literal means 'null' *
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 55 * exception. Lenient parsers should call {@link #skipValue()} to recursively
179 private boolean lenient = false; field in class:JsonReader
230 * parser to lenient causes it to ignore the following syntax errors:
247 public void setLenient(boolean lenient) {
248 this.lenient = lenient;
580 /* In lenient mode, a 0-length literal means 'null' */
642 * Read the name/value separator. Usually a colon ':'. In lenient mode
765 if (!lenient) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
  /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/icu/icu4c/source/test/intltest/
caltest.cpp 441 UBool lenient = ( i > 0 ); local
442 cal->setLenient(lenient);
443 if (lenient != cal->isLenient()) errln("FAIL: setLenient/isLenient failed");
444 // Later: Check for lenient behavior
686 void CalendarTest::dowTest(UBool lenient)
695 logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToStr(*cal)));
696 cal->setLenient(lenient);
699 logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(*cal)));
    [all...]
dtfmttst.cpp 826 expLittleD = expBigD; // Expect the same, with default lenient parsing
3635 UBool lenient; member in struct:__anon25923
    [all...]
numfmtst.cpp 940 * Test lenient parsing.
961 errln((UnicodeString)"Lenient parse failed for \"" + (UnicodeString) lenientAffixTestCases[t] + (UnicodeString) "\"");
3044 UBool lenient; member in struct:__anon25944
7205 UBool lenient; member in struct:__anon25946
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
plexus-utils-3.0.17.jar 
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 1685 milliseconds

1 2