Home | History | Annotate | Download | only in src

Lines Matching refs:Dictionary

24 #include "dictionary.h"
125 // If we come here, we hit the end of the word: let's check it against the dictionary.
326 int childCount = Dictionary::getCount(DICT_ROOT, &rootPosition);
473 int32_t baseChar = Dictionary::toBaseLowerCase(character);
474 const uint16_t wChar = Dictionary::toBaseLowerCase(inWord[startInputIndex]);
486 baseChar = Dictionary::toBaseLowerCase(character);
487 if (Dictionary::toBaseLowerCase(inWord[++inputIndex]) != baseChar) {