Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp38 bool IsMatchWholeWord(const WideString& csPageText, in IsMatchWholeWord() argument
48 if (char_count == 1 && csPageText[startPos] > 255) in IsMatchWholeWord()
51 char_left = csPageText[startPos - 1]; in IsMatchWholeWord()
52 if (startPos + char_count < csPageText.GetLength()) in IsMatchWholeWord()
53 char_right = csPageText[startPos + char_count]; in IsMatchWholeWord()
72 FXSYS_IsDecimalDigit(csPageText[startPos])) { in IsMatchWholeWord()
76 FXSYS_IsDecimalDigit(csPageText[endPos])) { in IsMatchWholeWord()