Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp572 CFX_WideString destcode = StringToWideString(word); in Load() local
573 int len = destcode.GetLength(); in Load()
578 m_Map[srccode] = destcode.GetAt(0); in Load()
581 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
582 m_MultiCharBuf << destcode; in Load()
603 CFX_WideString destcode = StringToWideString(dest); in Load() local
604 int len = destcode.GetLength(); in Load()
609 m_Map[code] = destcode.GetAt(0); in Load()
612 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
613 m_MultiCharBuf << destcode; in Load()
[all …]