Searched refs:destcode (Results 1 – 1 of 1) sorted by relevance
643 CFX_WideString destcode = _StringToWideString(word); in Load() local644 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() local674 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 …]