Searched refs:pSrcLimit (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 537 const uint8_t *pSrcLimit = pSrc + srcLength; in u_strFromUTF8WithSub() local 549 srcLength = (int32_t)((pSrcLimit - pSrc) / 3); in u_strFromUTF8WithSub() 602 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch); in u_strFromUTF8WithSub() 616 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) { in u_strFromUTF8WithSub() 625 ((pSrcLimit - pSrc) >= 3) && in u_strFromUTF8WithSub() 637 ((pSrcLimit - pSrc) >= 2) && in u_strFromUTF8WithSub() 648 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch); in u_strFromUTF8WithSub() 666 while(pSrc < pSrcLimit){ in u_strFromUTF8WithSub() 675 ((pSrcLimit - pSrc) >= 3) && in u_strFromUTF8WithSub() 686 ((pSrcLimit - pSrc) >= 2) && in u_strFromUTF8WithSub() [all …]
|
D | ustr_wcs.cpp | 80 const UChar *pSrcLimit =NULL; in _strToWCS() local 93 pSrcLimit = pSrc + srcLength; in _strToWCS() 100 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS() 307 const wchar_t* pSrcLimit = NULL; in _strFromWCS() local 340 pSrcLimit = src + srcLength; in _strFromWCS() 349 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
|