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