Searched defs:words (Results 1 – 4 of 4) sorted by relevance
93 List<String> words = in test() local
94 private long[] words; field in BitSet176 private BitSet(long[] words) { in BitSet()228 long[] words = new long[n]; in valueOf() local276 long[] words = new long[(n + 7) / 8]; in valueOf() local
39 long[] words = s.toLongArray(); in testHashCode() local
623 String[] words = string.split("(?<!(^|[A-Z]))(?=[A-Z])|(?<!^)(?=[A-Z][a-z])| |_|-"); in testSplit_lookBehind() local