Home
last modified time | relevance | path

Searched refs:isLenientChar (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4286 private boolean isLenientChar(char c) { in isLenientChar() method in PrefixTree.LENIENT
4292 if (isLenientChar(k.charAt(i))) { in toKey()
4297 if (!isLenientChar(k.charAt(i))) { in toKey()
4315 if (isLenientChar(text.charAt(off))) { in match()
4328 while (off0 < end && isLenientChar(text.charAt(off0))) { in match()