Searched refs:nonDotsLen (Results 1 – 1 of 1) sorted by relevance
514 int nonDotsLen = oldName.Length() - (len - i); in AddTrailingDots() local515 if (nonDotsLen == 0 || newName.CompareNoCase(oldName.Left(nonDotsLen)) != 0) in AddTrailingDots()