Searched refs:sWord (Results 1 – 4 of 4) sorted by relevance
43 bool CheckWord(const ByteStringView& sWord);
328 bool CXFA_FFTextEdit::CheckWord(const ByteStringView& sWord) { in CheckWord() argument329 return sWord.IsEmpty() || in CheckWord()
1856 ByteString sWord; in GetPDFWordString() local1864 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()1865 return sWord; in GetPDFWordString()1868 pPDFFont->AppendChar(&sWord, Word); in GetPDFWordString()1869 return sWord; in GetPDFWordString()
62 ByteString sWord; in GetPDFWordString() local65 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()66 return sWord; in GetPDFWordString()