Home
last modified time | relevance | path

Searched refs:input_name (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp2013 BOOL SetImportIdName(INT display_index, CString &input_name) in SetImportIdName() argument
2017 CString output_name = input_name; in SetImportIdName()
2027 temp_char = input_name.GetAt(0); in SetImportIdName()
2031 input_name.SetAt(0, '_'); in SetImportIdName()
2035 while (input_name[index]) in SetImportIdName()
2037 temp_char = input_name.GetAt(index); in SetImportIdName()
2041 input_name.SetAt(index, '_'); in SetImportIdName()
2050 output_name = input_name; in SetImportIdName()
2054 output_name = input_name + CString(temp_str); in SetImportIdName()
2057 if (input_name != output_name) in SetImportIdName()
[all …]
Dstudiox_util.h105 BOOL SetImportIdName(INT display_index, CString &input_name);