Searched refs:pSrcLimit (Results 1 – 2 of 2) sorted by relevance
665 const uint8_t *pSrcLimit = (pSrc!=NULL)?(pSrc + srcLength):NULL; in u_strFromUTF8Lenient() local680 if((pSrcLimit - pSrc) >= 4) { in u_strFromUTF8Lenient()681 pSrcLimit -= 3; /* temporarily reduce pSrcLimit */ in u_strFromUTF8Lenient()709 } while(pSrc < pSrcLimit); in u_strFromUTF8Lenient()711 pSrcLimit += 3; /* restore original pSrcLimit */ in u_strFromUTF8Lenient()714 while(pSrc < pSrcLimit) { in u_strFromUTF8Lenient()725 if(pSrc < pSrcLimit) { in u_strFromUTF8Lenient()731 if((pSrcLimit - pSrc) >= 2) { in u_strFromUTF8Lenient()740 if((pSrcLimit - pSrc) >= 3) { in u_strFromUTF8Lenient()897 const UChar *pSrcLimit = (pSrc!=NULL)?(pSrc+srcLength):NULL; in u_strToUTF8WithSub() local[all …]
82 const UChar *pSrcLimit =NULL; in _strToWCS() local95 pSrcLimit = pSrc + srcLength; in _strToWCS()102 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS()309 const wchar_t* pSrcLimit = NULL; in _strFromWCS() local342 pSrcLimit = src + srcLength; in _strFromWCS()351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()