Searched refs:MatchItem (Results 1 – 3 of 3) sorted by relevance
25 int32_t MatchItem(const WideString& wsMatch);
352 int32_t iMatch = m_pListBox->MatchItem(wsText); in MatchEditText()865 iCurSel = m_pListBox->MatchItem(wsText); in DoSubCtrlKey()994 iCurSel = pComboList->MatchItem(wsText); in DisForm_OnKey()
28 int32_t CFWL_ComboList::MatchItem(const WideString& wsMatch) { in MatchItem() function in CFWL_ComboList