Searched refs:root_word (Results 1 – 2 of 2) sorted by relevance
46 root_word = root_word_ptr.GetSummary()47 end = len (root_word) - 148 if root_word[0] == '"' and root_word[end] == '"':49 root_word = root_word[1:end]50 end = len (root_word) - 151 if root_word[0] == '\'' and root_word[end] == '\'':52 root_word = root_word[1:end]56 if root_word == word:58 elif word < root_word:
882 BreakIterator* root_word = BreakIterator::createWordInstance("", status); in TestRegistration() local890 delete root_word; in TestRegistration()899 if (ja_word && *ja_word == *root_word) { in TestRegistration()1012 delete root_word; in TestRegistration()