Searched defs:words (Results 1 – 2 of 2) sorted by relevance
92 private long[] words; field in BitSet173 private BitSet(long[] words) { in BitSet()225 long[] words = new long[n]; in valueOf() local273 long[] words = new long[(n + 7) / 8]; in valueOf() local
620 String[] words = string.split("(?<!(^|[A-Z]))(?=[A-Z])|(?<!^)(?=[A-Z][a-z])| |_|-"); in testSplit_lookBehind() local