Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Deditor.c1862 WCHAR wLastChar = ' '; in ME_FindText() local
1923 wLastChar = *get_text( &cursor.pRun->member.run, cursor.nOffset ); in ME_FindText()
1937 if ((flags & FR_WHOLEWORD) && iswalnum(wLastChar)) in ME_FindText()
1981 wLastChar = *get_text( &pCurItem->member.run, nCurStart + nMatched ); in ME_FindText()
1983 wLastChar = ' '; in ME_FindText()
1999 wLastChar = *get_text( &cursor.pRun->member.run, cursor.nOffset ); in ME_FindText()
2021 if ((flags & FR_WHOLEWORD) && iswalnum(wLastChar)) in ME_FindText()
2070 wLastChar = *get_text( &pCurItem->member.run, nCurEnd - nMatched - 1 ); in ME_FindText()
2072 wLastChar = ' '; in ME_FindText()