Searched refs:strCurText (Results 1 – 1 of 1) sorted by relevance
1928 CFX_WideString strCurText = m_TempTextBuf.GetWideString(); in IsHyphen() local1929 if(strCurText.GetLength() == 0) { in IsHyphen()1930 strCurText = m_TextBuf.GetWideString(); in IsHyphen()1932 FX_STRSIZE nCount = strCurText.GetLength(); in IsHyphen()1934 FX_WCHAR wcTmp = strCurText.GetAt(nIndex); in IsHyphen()1936 wcTmp = strCurText.GetAt(--nIndex); in IsHyphen()1940 FX_WCHAR preChar = strCurText.GetAt((nIndex)); in IsHyphen()