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

1 2 3

  /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)());
  /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...]
  /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...]
rbnf.cpp 53 }; /* "%%lenient-parse:" */
663 , lenient(FALSE)
685 , lenient(FALSE)
707 , lenient(FALSE)
728 , lenient(FALSE)
750 , lenient(FALSE)
769 , lenient(FALSE)
833 , lenient(FALSE)
856 lenient = rhs.lenient;
    [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/
calregts.h 80 void dowTest(UBool lenient) ;
caltest.h 35 void dowTest(UBool lenient);
dtfmttst.cpp 823 expLittleD = expBigD; // Expect the same, with default lenient parsing
3632 UBool lenient; member in struct:__anon16930
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.h 80 void dowTest(UBool lenient) ;
caltest.h 35 void dowTest(UBool lenient);
dtfmttst.cpp 826 expLittleD = expBigD; // Expect the same, with default lenient parsing
3635 UBool lenient; member in struct:__anon5819
    [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_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.
965 UBool lenient; member in class:RuleBasedNumberFormat
    [all...]
datefmt.h 392 * By default, parsing is lenient: If the input is not in the form used by
425 * By default, parsing is lenient: If the input is not in the form used by
455 * By default, parsing is lenient: If the input is not in the form used by
583 * Returns true if the encapsulated Calendar object is set for lenient parsing.
589 * Specify whether or not date/time parsing is to be lenient. With lenient
597 * @param lenient True specifies date/time interpretation to be lenient.
601 virtual void setLenient(UBool lenient);
    [all...]
smpdtfmt.h 673 * only in lenient parse mode, the default) "01/02/-3" is parsed as Jan 2, 4 BC.
    [all...]
calendar.h     [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...]
datefmt.h 393 * By default, parsing is lenient: If the input is not in the form used by
426 * By default, parsing is lenient: If the input is not in the form used by
456 * By default, parsing is lenient: If the input is not in the form used by
585 * numeric processing is lenient.
591 * Specifies whether date/time parsing is to be lenient. With
592 * lenient parsing, the parser may use heuristics to interpret inputs that
593 * do not precisely match this object's format. Without lenient parsing,
606 * @param lenient True specifies date/time interpretation to be lenient.
610 virtual void setLenient(UBool lenient);
    [all...]
calendar.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 50 }; /* "%%lenient-parse:" */
658 , lenient(FALSE)
676 , lenient(FALSE)
694 , lenient(FALSE)
711 , lenient(FALSE)
729 , lenient(FALSE)
744 , lenient(FALSE)
804 , lenient(FALSE)
819 lenient = rhs.lenient;
    [all...]
datefmt.cpp 257 // We arrive here if fCalendar => calClone is non-lenient and
496 DateFormat::setLenient(UBool lenient)
499 fCalendar->setLenient(lenient);
  /external/chromium_org/third_party/cython/src/Cython/Build/
Cythonize.py 164 parser.add_option('--lenient', dest='lenient', action='store_true',
184 if options.lenient:
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 

Completed in 573 milliseconds

1 2 3