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

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp2312 CFX_WideString csWord = m_csFindWhatArray[iWord]; local
2313 if(csWord.IsEmpty()) {
2327 nResultPos = m_strText.Find(csWord, nStartPos);
2332 endIndex = nResultPos + csWord.GetLength() - 1;
2339 int curChar = csWord.GetAt(0);
2443 CFX_WideString csWord = TEXT_EMPTY; local
2444 int ret = ExtractSubString(csWord, findwhat, index, TEXT_BLANK_CHAR);
2445 if(csWord.IsEmpty()) {
2456 while(pos < csWord.GetLength()) {
2457 CFX_WideString curStr = csWord
[all...]
H A Dtext_int.h157 int ReverseFind(CFX_WideString csPageText, CFX_WideString csWord, int nStartPos, int& WordLength);

Completed in 101 milliseconds