Searched refs:bCase (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchecklst.cpp162 int wxCheckListBox::FindString(const wxString& s, bool bCase) const
164 int n1 = wxListBox::FindString(Prefix(false) + s, bCase);
165 int n2 = wxListBox::FindString(Prefix(true) + s, bCase);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dctrlsub.h51 virtual int FindString(const wxString& s, bool bCase = false) const
57 if (GetString(i).IsSameAs( s , bCase ))
H A Dodcombo.h106 int FindString(const wxString& s, bool bCase = false) const;
319 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Darrstr.h48 int Index(const wxChar* sz, bool bCase = true, bool bFromEnd = false) const;
78 int Index(const wxChar* sz, bool bCase = true, bool bFromEnd = false) const;
180 // bFromEnd is false or from end otherwise. If bCase, comparison is case
183 int Index (const wxChar *sz, bool bCase = true, bool bFromEnd = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dchecklst.h64 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h77 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchoice.cpp219 int wxChoice::FindString( const wxString& s, bool bCase ) const
224 bCase = true;
227 return m_strings.Index( s , bCase ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynarray.cpp440 int wxArrayString::Index(const wxChar* sz, bool bCase, bool WXUNUSED(bFromEnd)) const argument
444 if (bCase)
451 else // !bCase
498 int wxSortedArrayString::Index(const wxChar* sz, bool bCase, bool WXUNUSED(bFromEnd)) const argument
503 if (bCase)
513 if (bCase)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchoice.cpp350 int wxChoice::FindString(const wxString& s, bool bCase) const
359 if (GetString(i).IsSameAs(s, bCase))
378 else if (bCase)
381 return wxItemContainerImmutable::FindString( s, bCase );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dchoice.h88 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h105 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dcombobox.h114 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchoice.h72 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h71 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchoice.h72 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dcombobox.h86 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h76 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dchoice.h79 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h98 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dcombobox.h93 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dlistbox.h107 virtual int FindString(const wxString& s, bool bCase = false) const
108 { return m_strings->Index(s, bCase); }
H A Dcombobox.h125 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp415 int wxChoice::FindString(const wxString& s, bool bCase) const
418 if (bCase)
419 return wxItemContainerImmutable::FindString( s, bCase );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcombobox.h86 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h93 virtual int FindString(const wxString& s, bool bCase = false) const;

Completed in 228 milliseconds

12