Lines Matching refs:fullName
112 fullName = prefix + userName + suffix
113 if fullName.lower() in existing:
114 fullName = handleClash1(userName, existing, prefix, suffix)
116 return fullName
160 fullName = prefix + name + suffix
161 if fullName.lower() not in existing:
162 finalName = fullName
207 fullName = prefix + str(counter) + suffix
208 if fullName.lower() not in existing:
209 finalName = fullName