Home
last modified time | relevance | path

Searched refs:m_Try (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dcorrect.cpp369 if (m_Try[j] == savechar) in wrongletter()
371 else if (isboundarych (m_Try[j]) && (i == 0 || i == n - 1)) in wrongletter()
373 newword[i] = m_Try[j]; in wrongletter()
425 if (isboundarych (m_Try[i]) && r == newword) in missingletter()
427 *r = m_Try[i]; in missingletter()
438 if (isboundarych (m_Try[i])) in missingletter()
440 *r = m_Try[i]; in missingletter()
H A Dlookup.cpp558 m_Try[m_Trynum] = c; in initckch()
564 m_Try[m_Trynum] = c; in initckch()
622 m_Try[m_Trynum] = c; in initckch()
H A Dispell_checker.h237 ichar_t m_Try[SET_SIZE + MAXSTRINGCHARS]; variable