Searched refs:tempBufLimit (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | ustr_wcs.cpp | 75 char* tempBufLimit = stackBuffer + tempBufCapacity; in _strToWCS() local 102 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,nullptr,(UBool)(pSrc==pSrcLimit),pErro… in _strToWCS() 120 tempBufLimit = tempBuf + tempBufCapacity; in _strToWCS()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustr_wcs.cpp | 75 char* tempBufLimit = stackBuffer + tempBufCapacity; in _strToWCS() local 102 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS() 120 tempBufLimit = tempBuf + tempBufCapacity; in _strToWCS()
|
/third_party/icu/icu4c/source/common/ |
D | ustr_wcs.cpp | 75 char* tempBufLimit = stackBuffer + tempBufCapacity; in _strToWCS() local 102 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS() 120 tempBufLimit = tempBuf + tempBufCapacity; in _strToWCS()
|