Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp1658 const size_t wstrMaskLen = wstrMask.GetLength(); in AFSpecial_KeystrokeEx() local
1671 if (iIndexMask != wstrMaskLen || in AFSpecial_KeystrokeEx()
1672 (iIndexMask != wstrValue.size() && wstrMaskLen != 0)) { in AFSpecial_KeystrokeEx()
1690 if (combined_len > wstrMaskLen) { in AFSpecial_KeystrokeEx()
1697 if (iIndexMask >= wstrMaskLen && (!wChange.empty())) { in AFSpecial_KeystrokeEx()
1705 if (iIndexMask >= wstrMaskLen) { in AFSpecial_KeystrokeEx()