Searched refs:asciiCode (Results 1 – 1 of 1) sorted by relevance
86 const int asciiCode = static_cast<int>(first) + ((ndx - 1) % alphabetLen); in genName() local87 str.insert(str.begin(), static_cast<char>(asciiCode)); in genName()