Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dfpdf_font.cpp227 CFX_WideString destcode = StringToWideString(word); in Load() local
228 int len = destcode.GetLength(); in Load()
233 m_Map[srccode] = destcode.GetAt(0); in Load()
236 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
237 m_MultiCharBuf << destcode; in Load()
258 CFX_WideString destcode = StringToWideString(dest.AsStringC()); in Load() local
259 int len = destcode.GetLength(); in Load()
264 m_Map[code] = destcode.GetAt(0); in Load()
267 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
268 m_MultiCharBuf << destcode; in Load()
[all …]