Lines Matching full:srclength
1746 int32_t srcLength, // required. NUL terminated not supported.1759 while((index < srcLength)&&(pDest<pDestLimit)){1764 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);1782 while(index < srcLength){1787 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);