HomeSort by relevance Sort by last modified time
    Searched defs:FindString (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
synchronize.h 121 const String *empty = FindString(new String());
189 return FindString(r);
198 return FindString(r);
211 const String *FindString(const String *s) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 99 const String *empty = FindString(new String());
158 return FindString(r);
167 return FindString(r);
180 const String *FindString(const String *s) {
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 272 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
275 return m_impl->frame->editor()->findString(string, forward, caseSensitive, wrapSelection, startInSelection);
WebView.cpp 694 bool wxWebView::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
697 return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection);

Completed in 396 milliseconds