HomeSort by relevance Sort by last modified time
    Searched refs:pSrcLimit (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ustrtrns.c 529 const uint8_t *pSrcLimit = pSrc + srcLength;
532 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
541 srcLength = (int32_t)((pSrcLimit - pSrc) / 3);
594 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
613 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
622 ((pSrcLimit - pSrc) >= 3) &&
634 ((pSrcLimit - pSrc) >= 2) &&
645 ch=utf8_nextCharSafeBodyPointer(&pSrc, pSrcLimit, ch);
663 while(pSrc < pSrcLimit){
672 ((pSrcLimit - pSrc) >= 3) &
    [all...]
ustr_wcs.c 84 const UChar *pSrcLimit =NULL;
97 pSrcLimit = pSrc + srcLength;
104 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
305 const wchar_t* pSrcLimit = NULL;
338 pSrcLimit = src + srcLength;
347 if((pSrc+nulLen) < pSrcLimit){

Completed in 179 milliseconds