Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/content/
DPhoneEmailDetector.cpp51 static FoundState FindPartialEMail(const UChar* , unsigned length, FindState* );
84 m_foundResult = FindPartialEMail(begin, end - begin, &m_findState); in FindContent()
209 FoundState FindPartialEMail(const UChar* chars, unsigned length, in FindPartialEMail() function