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