Home | History | Annotate | Download | only in ufoLib

Lines Matching refs:fullName

103 	fullName = prefix + userName + suffix
104 if fullName.lower() in existing:
105 fullName = handleClash1(userName, existing, prefix, suffix)
107 return fullName
151 fullName = prefix + name + suffix
152 if fullName.lower() not in existing:
153 finalName = fullName
198 fullName = prefix + str(counter) + suffix
199 if fullName.lower() not in existing:
200 finalName = fullName