Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/internal/util/
DPreconditions.java66 BiFunction<String, List<Integer>, ? extends RuntimeException> oobe, in outOfBoundsCheckIndex() argument
68 return outOfBounds(oobe, "checkIndex", index, length); in outOfBoundsCheckIndex()
72 BiFunction<String, List<Integer>, ? extends RuntimeException> oobe, in outOfBoundsCheckFromToIndex() argument
74 return outOfBounds(oobe, "checkFromToIndex", fromIndex, toIndex, length); in outOfBoundsCheckFromToIndex()
78 BiFunction<String, List<Integer>, ? extends RuntimeException> oobe, in outOfBoundsCheckFromIndexSize() argument
80 return outOfBounds(oobe, "checkFromIndexSize", fromIndex, size, length); in outOfBoundsCheckFromIndexSize()
/libcore/luni/src/test/java/libcore/java/lang/
DOldStringBufferTest.java257 } catch(StringIndexOutOfBoundsException oobe) { in test_substringI()
264 } catch(StringIndexOutOfBoundsException oobe) { in test_substringI()
273 } catch(StringIndexOutOfBoundsException oobe) { in test_substringII()
280 } catch(StringIndexOutOfBoundsException oobe) { in test_substringII()
287 } catch(StringIndexOutOfBoundsException oobe) { in test_substringII()