Searched refs:wcTmp (Results 1 – 1 of 1) sorted by relevance
1791 FX_WCHAR wcTmp = strCurText.GetAt(nIndex); in IsHyphen() local1792 while (wcTmp == 0x20 && nIndex <= nCount - 1 && nIndex >= 0) { in IsHyphen()1793 wcTmp = strCurText.GetAt(--nIndex); in IsHyphen()1795 if (0x2D == wcTmp || 0xAD == wcTmp) { in IsHyphen()