Lines Matching refs:dstLen
155 UINT dstLen; variable
162 dstLen = UPRV_LENGTHOF(dest); in WinANSIToUnicodePerfFunction()
193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen); in call()
207 UINT dstLen; variable
216 dstLen = UPRV_LENGTHOF(dest); in WinANSIFromUnicodePerfFunction()
248 …int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDe… in call()
276 UINT dstLen; variable
311 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguageToUnicodePerfFunction()
316 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen); in call()
332 UINT dstLen; variable
367 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguageFromUnicodePerfFunction()
373 HRESULT err= pConvFromUni->DoConversionFromUnicode(src,&srcLen,dst, &dstLen); in call()
388 UINT dstLen; variable
407 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguage2ToUnicodePerfFunction()
425 HRESULT err= pMulti->ConvertStringToUnicode(&dwMode,dwEnc,(char*)src,&srcLen,dst, &dstLen); in call()
441 UINT dstLen; variable
468 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguage2FromUnicodePerfFunction()
481 HRESULT err= pMulti->ConvertStringFromUnicode(&dwMode,dwEnc,src,&srcLen,dst, &dstLen); in call()