Home | History | Annotate | Download | only in common

Lines Matching full:psrc

1756     uint8_t* pSrc = (uint8_t*) src;
1760 ch = pSrc[index++];
1764 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);
1783 ch = pSrc[index++];
1787 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);