Searched refs:pSrcLimit (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dustrtrns.c531 const uint8_t *pSrcLimit = pSrc + srcLength; local
534 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
543 srcLength = (int32_t)((pSrcLimit - pSrc) / 3);
596 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
610 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
619 ((pSrcLimit - pSrc) >= 3) &&
631 ((pSrcLimit - pSrc) >= 2) &&
642 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
660 while(pSrc < pSrcLimit){
669 ((pSrcLimit
843 const uint8_t *pSrcLimit = pSrc + srcLength; local
1075 const UChar *pSrcLimit = pSrc+srcLength; local
1262 const uint8_t *pSrcLimit; local
1513 const UChar *pSrcLimit; local
[all...]
H A Dustr_wcs.c84 const UChar *pSrcLimit =NULL; local
97 pSrcLimit = pSrc + srcLength;
104 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
307 const wchar_t* pSrcLimit = NULL; local
340 pSrcLimit = src + srcLength;
349 if((pSrc+nulLen) < pSrcLimit){

Completed in 70 milliseconds