Searched refs:dwCharCode (Results 1 – 2 of 2) sorted by relevance
63 uint32_t dwCharCode = pPDFFont->CharCodeFromUnicode(Word); in GetPDFWordString() local64 if (dwCharCode != CPDF_Font::kInvalidCharCode) in GetPDFWordString()65 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()
1860 uint32_t dwCharCode = pPDFFont->IsUnicodeCompatible() in GetPDFWordString() local1863 if (dwCharCode > 0) { in GetPDFWordString()1864 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()