Searched refs:child_name (Results 1 – 1 of 1) sorted by relevance
1806 CString child_name; in NameExists() local1825 child_name.Format(_T("%s_F"), child->name); in NameExists()1826 child_name.MakeUpper(); in NameExists()1827 size = child_name.GetLength(); in NameExists()1828 if (name.GetLength() > child_name.GetLength()) in NameExists()1832 … if ((name.Left(size) == child_name) && (name_suffix.SpanIncluding(L"0123456789") == name_suffix)) in NameExists()1839 child_name = child->name; in NameExists()1840 child_name.MakeUpper(); in NameExists()1842 if (_tcscmp(child_name, name) == 0) in NameExists()