Home | History | Annotate | Download | only in fpdftext

Lines Matching defs:wstr

97   CFX_WideString wstr =
99 if (wstr.GetLength()) {
100 preChar = wstr.GetAt(0);
107 wstr = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
108 if (wstr.GetLength()) {
109 curChar = wstr.GetAt(0);
221 CFX_WideString wstr = m_Buffer.GetWideString();
222 if (wstr.IsEmpty() || wstr.GetAt(wstr.GetLength() - 1) == L' ') {