Home
last modified time | relevance | path

Searched refs:tempBufLimit (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dustr_wcs.cpp73 char* tempBufLimit = stackBuffer + tempBufCapacity; in _strToWCS() local
100 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS()
118 tempBufLimit = tempBuf + tempBufCapacity; in _strToWCS()