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.cpp643 CFX_WideString destcode = _StringToWideString(word); in Load() local
644 int len = destcode.GetLength(); in Load()
649 m_Map.SetAt(srccode, destcode.GetAt(0)); in Load()
652 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
653 m_MultiCharBuf << destcode; in Load()
673 CFX_WideString destcode = _StringToWideString(dest); in Load() local
674 int len = destcode.GetLength(); in Load()
679 m_Map.SetAt(code, destcode.GetAt(0)); in Load()
682 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
683 m_MultiCharBuf << destcode; in Load()
[all …]