OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destcode
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
572
CFX_WideString
destcode
= StringToWideString(word);
local
573
int len =
destcode
.GetLength();
578
m_Map[srccode] =
destcode
.GetAt(0);
581
m_MultiCharBuf.AppendChar(
destcode
.GetLength());
582
m_MultiCharBuf <<
destcode
;
local
603
CFX_WideString
destcode
= StringToWideString(dest);
local
604
int len =
destcode
.GetLength();
609
m_Map[code] =
destcode
.GetAt(0);
612
m_MultiCharBuf.AppendChar(
destcode
.GetLength());
613
m_MultiCharBuf <<
destcode
;
local
618
CFX_WideString
destcode
= StringToWideString(start);
local
[
all
...]
Completed in 885 milliseconds