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

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

Completed in 735 milliseconds