Home | History | Annotate | Download | only in common

Lines Matching refs:pSrc

1402     uint8_t* pSrc = (uint8_t*) src;
1406 ch = pSrc[index++];
1410 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3);
1426 ch = pSrc[index++];
1430 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3);