Searched refs:checkValue (Results 1 – 1 of 1) sorted by relevance
81 int s = checkValue(r.nextInt() % source.length()); in TestCollationKey()82 int t = checkValue(r.nextInt() % source.length()); in TestCollationKey()83 int slen = checkValue((r.nextInt() - source.length()) % source.length()); in TestCollationKey()84 int tlen = checkValue((r.nextInt() - source.length()) % source.length()); in TestCollationKey()115 private static int checkValue(int value) in checkValue() method in MonkeyTest124 int s = checkValue(r.nextInt() % source.length()); in TestCompare()125 int t = checkValue(r.nextInt() % source.length()); in TestCompare()126 int slen = checkValue((r.nextInt() - source.length()) % source.length()); in TestCompare()127 int tlen = checkValue((r.nextInt() - source.length()) % source.length()); in TestCompare()