Searched refs:destcode (Results 1 – 1 of 1) sorted by relevance
143 WideString destcode = StringToWideString(word); in Load() local144 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() local175 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 …]