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

/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1197 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); local
1198 FX_WCHAR curChar = wstrItem.GetAt(0);
1234 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); local
1235 FX_WCHAR curChar = wstrItem.GetAt(0);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp1640 CFX_WideString wstrItem = pTextObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); local
1641 if(wstrItem.IsEmpty()) {
1642 wstrItem += (FX_WCHAR)item.m_CharCode;
1644 FX_WCHAR curChar = wstrItem.GetAt(0);
1769 CFX_WideString wstrItem = pFont->UnicodeFromCharCode(item.m_CharCode); local
1771 FX_WCHAR wChar = wstrItem.GetAt(0);
1772 if ((wstrItem.IsEmpty() || wChar == 0) && item.m_CharCode) {
1773 if(wstrItem.IsEmpty()) {
1774 wstrItem += (FX_WCHAR)item.m_CharCode;
1776 wstrItem
1929 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); local
[all...]

Completed in 60 milliseconds