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

  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.cpp 73 char* tempBufLimit = stackBuffer + tempBufCapacity;
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
118 tempBufLimit = tempBuf + tempBufCapacity;
  /external/icu/icu4c/source/common/
ustr_wcs.cpp 73 char* tempBufLimit = stackBuffer + tempBufCapacity;
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
118 tempBufLimit = tempBuf + tempBufCapacity;

Completed in 104 milliseconds