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.java4297 private boolean isLenientChar(char c) { in isLenientChar() method in PrefixTree.LENIENT
4303 if (isLenientChar(k.charAt(i))) { in toKey()
4308 if (!isLenientChar(k.charAt(i))) { in toKey()
4326 if (isLenientChar(text.charAt(off))) { in match()
4339 while (off0 < end && isLenientChar(text.charAt(off0))) { in match()