Searched refs:asciiCode (Results 1 – 2 of 2) 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()