Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp21 bool IsCtrlCode(wchar_t ch) { in IsCtrlCode() function
940 bool bRet = (!bSingleLine && IsCtrlCode(wch)); in GetCharRects()