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