Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp438 const std::vector<ByteString>& charnames, in GetAdobeCharName() argument
445 if (!charnames.empty() && !charnames[charcode].IsEmpty()) in GetAdobeCharName()
446 return charnames[charcode].c_str(); in GetAdobeCharName()
Dcpdf_font.h108 const std::vector<ByteString>& charnames,