Searched defs:lowerBound (Results 1 – 2 of 2) sorted by relevance
82 Type lowerBound = lowerBounds[0]; in checkLowerBoundedParameter() local83 assertEquals(getTypeParameter(method), lowerBound); in checkLowerBoundedParameter() local
1848 private static boolean isValidBcp47Alpha(String string, int lowerBound, int upperBound) { in isValidBcp47Alpha()1866 int lowerBound, int upperBound) { in isValidBcp47Alphanum()