Searched refs:FindString (Results 1 – 3 of 3) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | CommandInfo.cpp | 377 if ((num_of_theme == -1) || FindString(theme, num_of_theme, name)) in IsThemeEnabled() 387 if ((num_of_language == -1) || FindString(language, num_of_language, name)) in IsLanguageEnabled() 397 if ((num_of_display == -1) || FindString(display, num_of_display, name)) in IsDisplayEnabled() 405 BOOL CCommandInfo::FindString(CString str_table[], int table_size, CString find_str) in FindString() function in CCommandInfo
|
D | CommandInfo.h | 66 BOOL FindString(CString str_table[], int table_size, CString find_str);
|
D | sprite_edit_dialog.cpp | 175 int index = mBackgroundCombo.FindString(0, diff_operation); in SetFrameFields()
|