Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_tounicodemap.cpp143 WideString destcode = StringToWideString(word); in Load() local
144 int len = destcode.GetLength(); in Load()
149 m_Map[srccode] = destcode[0]; in Load()
152 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
153 m_MultiCharBuf << destcode; in Load()
174 WideString destcode = StringToWideString(dest.AsStringView()); in Load() local
175 int len = destcode.GetLength(); in Load()
180 m_Map[code] = destcode[0]; in Load()
183 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()
184 m_MultiCharBuf << destcode; in Load()
[all …]