Searched refs:targetAdr (Results 1 – 1 of 1) sorted by relevance
140 char* targetAdr = (char*) outputChars + i * MAX_WORD_LENGTH * sizeof(short); in outputSuggestions() local142 memcpy(targetAdr, sw->mWord, (wordLength) * sizeof(short)); in outputSuggestions()144 ((unsigned short*) targetAdr)[wordLength] = 0; in outputSuggestions()