Searched refs:dicts (Results 1 – 5 of 5) sorted by relevance
54 GSList* dicts = m_enchantDicts; in ignoreWordInSpellDocument() local56 for (; dicts; dicts = dicts->next) { in ignoreWordInSpellDocument()57 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data); in ignoreWordInSpellDocument()65 GSList* dicts = m_enchantDicts; in learnWord() local67 for (; dicts; dicts = dicts->next) { in learnWord()68 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data); in learnWord()76 GSList* dicts = m_enchantDicts; in checkSpellingOfString() local77 if (!dicts) in checkSpellingOfString()112 for (; dicts; dicts = dicts->next) { in checkSpellingOfString()113 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data); in checkSpellingOfString()[all …]
27 # 1. directly enclosing 'variable' dicts, and28 # 2. "sibling" 'variable' dicts (which, I guess, are combined into a single31 # dicts), so we have to re-define every variable at every enclosure level32 # within our ridiculous matryoshka doll of 'variable' dicts. That's why
1676 # settings in target dicts. SYMROOT is a special case, because many other
7580 (WebKit::EditorClient::ignoreWordInSpellDocument): Change 'langs' to 'dicts'
53157 Add some methods to dicts and stacks that exist in Qt.