Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp28 int32_t CFWL_ComboList::MatchItem(const CFX_WideString& wsMatch) { in MatchItem() argument
29 if (wsMatch.IsEmpty()) in MatchItem()
36 FX_STRSIZE pos = wsText.Find(wsMatch.c_str()); in MatchItem()
Dcfwl_combolist.h25 int32_t MatchItem(const CFX_WideString& wsMatch);