Searched refs:iLenth (Results 1 – 2 of 2) sorted by relevance
1429 int iLenth = cbFrom.GetLength(); in ReversalStr() local1430 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() local1450 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 …]
366 int iLenth = carray.GetLength(); in alert() local373 for(int i = 0; i < iLenth; i++) in alert()377 if (i < iLenth - 1) in alert()