Home
last modified time | relevance | path

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

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