Searched refs:TOKEN_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
32 #define TOKEN_SEPARATOR '\001' macro42 (sString += aImageURL ) += TOKEN_SEPARATOR; in Write()43 (sString += aTargetURL ) += TOKEN_SEPARATOR; in Write()44 (sString += aTargetFrame ) += TOKEN_SEPARATOR; in Write()45 (sString += aAlternateText ) += TOKEN_SEPARATOR; in Write()47 sString += TOKEN_SEPARATOR; in Write()74 aImageURL = sINetImg.GetToken( 0, TOKEN_SEPARATOR, nStart ); in Read()75 aTargetURL = sINetImg.GetToken( 0, TOKEN_SEPARATOR, nStart ); in Read()76 aTargetFrame = sINetImg.GetToken( 0, TOKEN_SEPARATOR, nStart ); in Read()78 aSizePixel.Width() = sINetImg.GetToken( 0, TOKEN_SEPARATOR, in Read()[all …]
Completed in 16 milliseconds