Searched refs:csWord (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp2360 CFX_WideString csWord = m_csFindWhatArray[iWord]; local
2361 if(csWord.IsEmpty()) {
2375 nResultPos = m_strText.Find(csWord.c_str(), nStartPos);
2380 endIndex = nResultPos + csWord.GetLength() - 1;
2387 int curChar = csWord.GetAt(0);
2491 CFX_WideString csWord = TEXT_EMPTY; local
2492 int ret = ExtractSubString(csWord, findwhat.c_str(), index, TEXT_BLANK_CHAR);
2493 if(csWord.IsEmpty()) {
2503 while(pos < csWord.GetLength()) {
2504 CFX_WideString curStr = csWord
[all...]
H A Dtext_int.h163 int ReverseFind(const CFX_WideString& csPageText, const CFX_WideString& csWord, int nStartPos, int& WordLength);

Completed in 471 milliseconds