Home
last modified time | relevance | path

Searched refs:UnicodeFromAppleRomanCharCode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_truetypefont.cpp133 UnicodeFromAppleRomanCharCode(charcode)); in LoadGlyphMap()
142 m_Encoding.SetUnicode(charcode, UnicodeFromAppleRomanCharCode(charcode)); in LoadGlyphMap()
H A Dcpdf_fontencoding.h28 wchar_t UnicodeFromAppleRomanCharCode(uint8_t charcode);
H A Dcpdf_fontencoding.cpp1753 wchar_t UnicodeFromAppleRomanCharCode(uint8_t charcode) { in UnicodeFromAppleRomanCharCode() function