Searched refs:minLen (Results 1 – 1 of 1) sorted by relevance
452 int32_t minLen; in AutoComplete() local458 minLen = 0; in AutoComplete()479 if (minLen == 0) in AutoComplete()482 minLen = StrLen(namePtr); in AutoComplete()492 if (len < minLen) in AutoComplete()494 minLen = len; in AutoComplete()501 StrCopy(context->line, namePtr, minLen); in AutoComplete()
Completed in 5 milliseconds