Searched refs:m_MultiCharBuf (Results 1 – 2 of 2) sorted by relevance
25 const wchar_t* buf = m_MultiCharBuf.GetBuffer(); in Lookup()26 uint32_t buf_len = m_MultiCharBuf.GetLength(); in Lookup()120 FX_SAFE_UINT32 uni = m_MultiCharBuf.GetLength(); in GetUnicode()152 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()153 m_MultiCharBuf << destcode; in Load()183 m_MultiCharBuf.AppendChar(destcode.GetLength()); in Load()184 m_MultiCharBuf << destcode; in Load()206 m_MultiCharBuf.AppendChar(retcode.GetLength()); in Load()207 m_MultiCharBuf << retcode; in Load()
39 CFX_WideTextBuf m_MultiCharBuf; variable