Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interform.h49 static uint8_t GetNativeCharSet();
Dcpdf_interform.cpp75 uint8_t charSet = CPDF_InterForm::GetNativeCharSet(); in InitDict()
559 uint8_t charSet = CPDF_InterForm::GetNativeCharSet(); in AddNativeInterFormFont()
564 uint8_t CPDF_InterForm::GetNativeCharSet() { in GetNativeCharSet() function in CPDF_InterForm
783 return pDocument ? AddNativeFont(GetNativeCharSet(), pDocument) : nullptr; in AddNativeFont()