Searched refs:nWords (Results 1 – 2 of 2) sorted by relevance
356 nWords = 0358 while nWords < nArgs and nWords < 255 and not (0 <= args[nWords] <= 255):359 nWords += 1361 while nWords+nBytes < nArgs and nBytes < 255 and 0 <= args[nWords+nBytes] <= 255:363 if nBytes < 2 and nWords + nBytes < 255 and nWords + nBytes != nArgs:365 nWords += nBytes369 if nWords:370 if nWords <= 8:372 op = op + nWords - 1377 push(nWords)[all …]
1251 int nWords = 0; in getPageNthWord() local1257 if (nWords + nObjWords >= nWordNo) { in getPageNthWord()1258 swRet = GetObjWordStr(pTextObj, nWordNo - nWords); in getPageNthWord()1261 nWords += nObjWords; in getPageNthWord()1300 int nWords = 0; in getPageNumWords() local1303 nWords += CountWords(pPageObj->AsText()); in getPageNumWords()1306 return CJS_Return(pRuntime->NewNumber(nWords)); in getPageNumWords()1328 int nWords = 0; in CountWords() local1352 nWords++; in CountWords()1355 return nWords; in CountWords()[all …]