Searched refs:LongestCharNameLength (Results 1 – 1 of 1) sorted by relevance
136 int LongestCharNameLength = 0; in doCharmap() local147 if (current.CharacterName.length() > LongestCharNameLength) in doCharmap()148 LongestCharNameLength = current.CharacterName.length(); in doCharmap()169 for (int i = LongestCharNameLength + 1; i > current.CharacterName.length(); i--) in doCharmap()174 for (int i = LongestCharNameLength + 1; i > current.CharacterAltName.length(); i--) in doCharmap()