Searched defs:word (Results 1 – 6 of 6) sorted by relevance
723 long word = words[u] & (WORD_MASK << fromIndex); in nextSetBit() local755 long word = ~words[u] & (WORD_MASK << fromIndex); in nextClearBit() local801 long word = words[u] & (WORD_MASK >>> -(fromIndex+1)); in previousSetBit() local839 long word = ~words[u] & (WORD_MASK >>> -(fromIndex+1)); in previousClearBit() local1296 long word = words[u] & (WORD_MASK << i); in stream() local1389 long word = words[u] & (WORD_MASK << fromIndex); in nextSetBit() local
570 String word = ""; in generate() local
1380 String word = hands.substring(ix, end); in parseClassNames() local1414 String word = names[i]; in readConfiguration() local
273 private static char unpack(long packed, int word) { // word==0 => return a, ==3 => return d in unpack()
333 String word = stutter.wordInIndex(index); in findWithinHorizonTest() local
3813 Matcher word = Pattern.compile("\\w++").matcher(""); in unicodeClassesTest() local