Lines Matching refs:TOKEN_SEPARATOR
32 #define TOKEN_SEPARATOR '\001' macro
42 (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()
77 aAlternateText = sINetImg.GetToken( 0, TOKEN_SEPARATOR, nStart ); in Read()
78 aSizePixel.Width() = sINetImg.GetToken( 0, TOKEN_SEPARATOR, in Read()
80 aSizePixel.Height() = sINetImg.GetToken( 0, TOKEN_SEPARATOR, in Read()