Lines Matching refs:Word
257 } Word; typedef
260 static Word words[MAX_WORD_COUNT];
312 static Word *
315 static Word *
319 countWord(Word *word);
692 Word *word; in parseName()
786 uprv_sortArray(words, wordCount, sizeof(Word), in compress()
834 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word), in compress()
1034 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
1380 static Word *
1393 static Word *
1396 Word *word; in addWord()
1423 countWord(Word *word) { in countWord()