Searched defs:FindString (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dsynchronize.h121 const String *empty = FindString(new String());
189 return FindString(r);
198 return FindString(r);
211 const String *FindString(const String *s) { function in class:fst::SynchronizeFstImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsynchronize.h99 const String *empty = FindString(new String());
158 return FindString(r);
167 return FindString(r);
180 const String *FindString(const String *s) { function in class:fst::SynchronizeFstImpl
/external/webkit/Source/WebKit/wx/
H A DWebFrame.cpp272 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) function in class:wxWebFrame
H A DWebView.cpp694 bool wxWebView::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) function in class:wxWebView
697 return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection);

Completed in 90 milliseconds