Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h56 static uint8_t GetNativeCharSet();
Dcpdf_interactiveform.cpp93 uint8_t charSet = CPDF_InteractiveForm::GetNativeCharSet(); in InitDict()
578 uint8_t charSet = CPDF_InteractiveForm::GetNativeCharSet(); in AddNativeInteractiveFormFont()
583 uint8_t CPDF_InteractiveForm::GetNativeCharSet() { in GetNativeCharSet() function in CPDF_InteractiveForm
690 return pDocument ? AddNativeFont(GetNativeCharSet(), pDocument) : nullptr; in AddNativeFont()