Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.h43 bool CheckWord(const ByteStringView& sWord);
Dcxfa_fftextedit.cpp328 bool CXFA_FFTextEdit::CheckWord(const ByteStringView& sWord) { in CheckWord() argument
329 return sWord.IsEmpty() || in CheckWord()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1856 ByteString sWord; in GetPDFWordString() local
1864 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()
1865 return sWord; in GetPDFWordString()
1868 pPDFFont->AppendChar(&sWord, Word); in GetPDFWordString()
1869 return sWord; in GetPDFWordString()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp62 ByteString sWord; in GetPDFWordString() local
65 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()
66 return sWord; in GetPDFWordString()