Searched refs:dstlen (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-2.4-CW4W/build/demos/mpdldemo/src/ |
| D | mpdlsimple.c | 320 s32 dstlen, srclen; in main() local 342 dstlen = MPDL_PLAYER_NAME_MAX; in main() 347 … (void)ENCConvertFromInternalEncoding(&convCtx, (u8*)name, &dstlen, nameUTF16, &srclen); in main()
|
| D | mpdlntr2rvl.c | 465 s32 dstlen, srclen; in DoDownload() local 468 dstlen = MPDL_PLAYER_NAME_MAX; in DoDownload() 473 … (void)ENCConvertFromInternalEncoding(&convCtx, (u8*)name, &dstlen, nameUTF16, &srclen); in DoDownload()
|
| /RevoEX-2.4-CW4W/build/demos/mpdsdemo/src/ |
| D | mpdsmodel.c | 387 s32 dstlen, srclen; in Draw() local 388 dstlen = sizeof(nickName) - 1 /* NULL termination */; in Draw() 392 …(void)ENCConvertFromInternalEncoding(&convCtx, (u8*)nickName, &dstlen, sConnectedNickName[i], &src… in Draw()
|