Home | History | Annotate | Download | only in crt

Lines Matching defs:iCount

493   int32_t iCount = 0;
494 while (*pStr != L'\0' && iCount < iLen) {
495 pStr++, iCount++;
497 iPosition += iCount * 2;
502 return iCount;
864 int32_t iCount = 0;
865 while (*pSrc && iCount < iLen) {
867 iCount++;
869 m_iPosition += iCount * 2;
871 return iCount;