Searched defs:lenient (Results 1 – 4 of 4) sorted by relevance
141 private boolean lenient; field in JsonWriter185 public void setLenient(boolean lenient) { in setLenient()
187 private boolean lenient = false; field in JsonReader261 public void setLenient(boolean lenient) { in setLenient()
188 public static int fromHex(char ch, boolean lenient) throws NumberFormatException { in fromHex()
199 public static int fromHex(char ch, boolean lenient) throws NumberFormatException { in fromHex()