Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp197 WideString wsSpell = GetText(); in DrawSpellCheck() local
198 int32_t nContentLen = wsSpell.GetLength(); in DrawSpellCheck()
200 if (FxEditIsLatinWord(wsSpell[i])) { in DrawSpellCheck()
203 sLatinWord += (char)wsSpell[i]; in DrawSpellCheck()