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

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp1294 CFX_WideString wstrValue = StrLTrim(w_strValue); local
1295 if (wstrValue.IsEmpty())
1298 CFX_WideString swTemp = wstrValue;
1874 std::wstring wstrValue(valEvent);
1878 if (wstrValue.empty())
1881 for (std::wstring::iterator it = wstrValue.begin(); it != wstrValue.end(); it++)
1889 if (iIndexMask != wstrMask.GetLength() || (iIndexMask != wstrValue.size() && wstrMask.GetLength() != 0))
1907 if (wstrValue.length() - (pEvent->SelEnd()-pEvent->SelStart()) + wChange.length() > (FX_DWORD)wstrMask.GetLength())

Completed in 165 milliseconds