Home | History | Annotate | Download | only in fpdfxfa

Lines Matching refs:nLength

201     int nLength = 2048;

202 char* pBuff = new char[nLength];
203 nLength = pEnv->JS_appResponse(wsQuestion.GetPtr(), wsTitle.GetPtr(),
205 nLength);
206 if (nLength > 0) {
207 nLength = nLength > 2046 ? 2046 : nLength;
208 pBuff[nLength] = 0;
209 pBuff[nLength + 1] = 0;
212 nLength / sizeof(unsigned short));