HomeSort by relevance Sort by last modified time
    Searched defs:LENIENT (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/java/time/format/
ResolverStyle.java 95 * field, which may be the same as strict, the same as lenient, or a third
107 * Using lenient resolution will resolve the values in an appropriate
108 * lenient manner. Individual fields will interpret this differently.
110 * For example, lenient mode allows the month in the ISO calendar system
114 LENIENT;
DateTimeFormatterBuilder.java 303 * Parsing can be strict or lenient - by default its strict.
319 * Changes the parse style to be lenient for the remainder of the formatter.
322 * Parsing can be strict or lenient - by default its strict.
326 * When used, this method changes the parsing to be lenient from this point onwards.
333 appendInternal(SettingsParser.LENIENT);
436 * number of digits in both strict and lenient modes.
471 * In lenient parsing mode, the minimum number of parsed digits is one
525 * For lenient parsing, the number of characters must be at least 1 and less than 10.
584 * For lenient parsing, the number of characters must be at least 1 and less than 10.
672 * the minimum and maximum width. When parsing in lenient mode, the minimu
    [all...]
  /external/mockito/src/main/java/org/mockito/quality/
Strictness.java 21 * <li>{@link Strictness#LENIENT} - no added behavior.
49 LENIENT,
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestReducedParser.java 97 private static final boolean LENIENT = false;
138 // Parse data and values that are consistent whether strict or lenient
214 // Parse data and values in strict and lenient modes.
216 // Strict Pair(endPos, value), Lenient Pair(endPos, value)
222 {YEAR, 2, 2, 2010, "3", 0, strict(0, null), lenient(1, 3)},
223 {YEAR, 2, 2, 2010, "4", 0, strict(0, null), lenient(1, 4)},
224 {YEAR, 2, 2, 2010, "5", 1, strict(1, null), lenient(1, null)},
225 {YEAR, 2, 2, 2010, "6-2", 0, strict(0, null), lenient(1, 6)},
226 {YEAR, 2, 2, 2010, "9", 0, strict(0, null), lenient(1, 9)},
229 {YEAR, 1, 4, 2000, "7A", 0, strict(1, 2007), lenient(1, 2007)}
501 private static Pair lenient(int parseLen, Integer parseVal) { method in class:TestReducedParser
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 

Completed in 357 milliseconds