Searched refs:MatchItem (Results 1 – 3 of 3) sorted by relevance
25 int32_t MatchItem(WideStringView wsMatch);
262 int32_t iMatch = m_pListBox->MatchItem(wsText.AsStringView()); in MatchEditText()558 iCurSel = pComboList->MatchItem(wsText.AsStringView()); in OnKey()
28 int32_t CFWL_ComboList::MatchItem(WideStringView wsMatch) { in MatchItem() function in CFWL_ComboList