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

/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp953 CFX_WideString wstrItem = pFont->UnicodeFromCharCode(item.m_CharCode); local
954 FX_WCHAR wChar = wstrItem.GetAt(0);
955 if ((wstrItem.IsEmpty() || wChar == 0) && item.m_CharCode)
1010 CFX_WideString wstrItem = local
1012 if (wstrItem.IsEmpty())
1013 wstrItem += (FX_WCHAR)item.m_CharCode;
1014 FX_WCHAR curChar = wstrItem.GetAt(0);
1112 CFX_WideString wstrItem = pFont->UnicodeFromCharCode(item.m_CharCode); local
1114 if (wstrItem.IsEmpty() && item.m_CharCode) {
1115 wstrItem
1275 CFX_WideString wstrItem = local
[all...]

Completed in 121 milliseconds