Searched refs:pDestLimit (Results 1 – 2 of 2) sorted by relevance
408 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local452 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) { in u_strFromUTF8WithSub()489 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()548 count = (int32_t)(pDestLimit - pDest); in u_strFromUTF8WithSub()616 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) { in u_strFromUTF8WithSub()656 if(pDest<pDestLimit){ in u_strFromUTF8WithSub()763 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient() local766 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) { in u_strFromUTF8Lenient()797 if(pDest < pDestLimit) { in u_strFromUTF8Lenient()987 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; in u_strToUTF8WithSub() local[all …]
1412 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in utext_strFromUTF8() local1419 while((index < srcLength)&&(pDest<pDestLimit)){ in utext_strFromUTF8()1429 if(pDest<pDestLimit){ in utext_strFromUTF8()