Searched refs:strCurText (Results 1 – 1 of 1) sorted by relevance
1785 CFX_WideString strCurText = m_TempTextBuf.GetWideString(); in IsHyphen() local1786 if (strCurText.GetLength() == 0) { in IsHyphen()1787 strCurText = m_TextBuf.GetWideString(); in IsHyphen()1789 FX_STRSIZE nCount = strCurText.GetLength(); in IsHyphen()1791 FX_WCHAR wcTmp = strCurText.GetAt(nIndex); in IsHyphen()1793 wcTmp = strCurText.GetAt(--nIndex); in IsHyphen()1797 FX_WCHAR preChar = strCurText.GetAt((nIndex)); in IsHyphen()