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

  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 77 const UChar *pSrcLimit =NULL;
90 pSrcLimit = pSrc + srcLength;
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
300 const wchar_t* pSrcLimit = NULL;
333 pSrcLimit = src + srcLength;
342 if((pSrc+nulLen) < pSrcLimit){
ustrtrns.c 531 const uint8_t *pSrcLimit = pSrc + srcLength;
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 - pSrc) >= 3) &
    [all...]
  /external/icu4c/common/
ustr_wcs.cpp 80 const UChar *pSrcLimit =NULL;
93 pSrcLimit = pSrc + srcLength;
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
307 const wchar_t* pSrcLimit = NULL;
340 pSrcLimit = src + srcLength;
349 if((pSrc+nulLen) < pSrcLimit){

Completed in 55 milliseconds