Searched refs:wStr (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp452 CFX_WideString wStr = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode); local
453 if(wStr.IsEmpty()) {
454 wStr = (FX_WCHAR)item.m_CharCode;
456 FX_WCHAR wch = wStr.GetAt(wStr.GetLength() - 1);

Completed in 140 milliseconds