Searched refs:destcode (Results 1 – 1 of 1) sorted by relevance
227 CFX_WideString destcode = StringToWideString(word); in Load() local228 int len = destcode.GetLength(); in Load()233 m_Map[srccode] = destcode.GetAt(0); in Load()236 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()237 m_MultiCharBuf << destcode; in Load()258 CFX_WideString destcode = StringToWideString(dest.AsStringC()); in Load() local259 int len = destcode.GetLength(); in Load()264 m_Map[code] = destcode.GetAt(0); in Load()267 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()268 m_MultiCharBuf << destcode; in Load()[all …]