Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1429 int iLenth = cbFrom.GetLength(); in ReversalStr() local
1430 wchar_t* pResult = (wchar_t*)malloc((iLenth+1) * sizeof(wchar_t)); in ReversalStr()
1431 memset(pResult, 0, (iLenth+1)); in ReversalStr()
1432 pFrom = (wchar_t*)cbFrom.GetBuffer(iLenth); in ReversalStr()
1434 for (int i = 0; i < iLenth; i++) in ReversalStr()
1436 pResult[i] = *(pFrom + iLenth - i - 1); in ReversalStr()
1449 int iLenth = cbFrom.GetLength(); in CutString() local
1450 wchar_t* pResult = (wchar_t*)malloc((iLenth+1) * sizeof(wchar_t)); in CutString()
1451 memset(pResult, 0, (iLenth+1)); in CutString()
1452 pFrom = (wchar_t*)cbFrom.GetBuffer(iLenth); in CutString()
[all …]
Dapp.cpp366 int iLenth = carray.GetLength(); in alert() local
373 for(int i = 0; i < iLenth; i++) in alert()
377 if (i < iLenth - 1) in alert()