Searched refs:sWord (Results 1 – 4 of 4) sorted by relevance
22 CFX_ByteString sWord; in GetPDFWordString() local31 pPDFFont->AppendChar(sWord, dwCharCode); in GetPDFWordString()32 return sWord; in GetPDFWordString()36 pPDFFont->AppendChar(sWord, Word); in GetPDFWordString()37 return sWord; in GetPDFWordString()
36 bool CheckWord(const CFX_ByteStringC& sWord);
316 bool CXFA_FFTextEdit::CheckWord(const CFX_ByteStringC& sWord) { in CheckWord() argument317 if (sWord.IsEmpty() || m_pDataAcc->GetUIType() != XFA_Element::TextEdit) in CheckWord()
1325 CFX_ByteString sWord; in GetPDFWordString() local1327 sWord.Format("%c", SubWord); in GetPDFWordString()1328 return sWord; in GetPDFWordString()1332 return sWord; in GetPDFWordString()1337 sWord.Format("%c", Word); in GetPDFWordString()1341 pPDFFont->AppendChar(sWord, dwCharCode); in GetPDFWordString()1344 return sWord; in GetPDFWordString()