Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp1700 *start = addressState.mStartResult; in FindAddress()
1842 s->mStartResult = chars - 3 - s->mCurrentStart; in FindPartialAddress()
1851 s->mStartResult = chars - s->mCurrentStart; in FindPartialAddress()
1882 s->mStartResult = chars - s->mCurrentStart; in FindPartialAddress()
1951 s->mStartResult = s->mWords[0] - s->mStarts[0]; in FindPartialAddress()
2231 … s->mStartResult = s->mWords[wordReduction] - s->mStarts[wordReduction]; in FindPartialAddress()
2255 s->mStartResult = s->mWords[0] - s->mStarts[0]; in FindPartialAddress()
2427 s->mStartResult = chars - start; in FindPartialEMail()
2462 s->mStartResult = chars - start; in FindPartialNumber()
2485 s->mStartResult = chars - start; in FindPartialNumber()
[all …]
DCacheBuilder.h141 int mStartResult; member