Home | History | Annotate | Download | only in src

Lines Matching refs:currentDepth

91         const int currentDepth, int* codesDest, unsigned short* outWords, int* frequencies) {
93 if (currentDepth < MAX_UMLAUT_SEARCH_DEPTH) {
108 currentDepth + 1, codesDest + i * MAX_PROXIMITY_CHARS, outWords,
118 codesRemain - i, currentDepth + 1, codesDest + i * MAX_PROXIMITY_CHARS,