Lines Matching refs:Word
183 } Word;
186 static Word words[MAX_WORD_COUNT];
263 static Word *
266 static Word *
270 countWord(Word *word);
343 Word *word;
497 uprv_sortArray(words, wordCount, sizeof(Word),
545 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word),
745 return ((Word *)word2)->weight-((Word *)word1)->weight;
931 static Word *
944 static Word *
947 Word *word;
974 countWord(Word *word) {