MIUTHDR.CPP File Reference
const TInt KArrayGranularity
const
TInt
|
KArrayGranularity
|
LimitStringSize(const TPtrC8 &, TInt)
LimitStringSize(const TPtrC16 &, TInt)
ExternalizeL(const CDesC16Array &, RWriteStream &)
Ex/Internalize functions are not used at the moment, but have been left here since it is very likely they will be needed in future. They are commented out to keep arm5 happy.
---------------------------------------------------------------------------------------- LOCAL_C void ExternalizeL(const
CArrayFix<TImHeaderEncodingInfo>
& anArray,
RWriteStream
& aStream) ---------------------------------------------------------------------------------------- { TInt count; count=anArray.Count();
aStream << TCardinality(count); // compressed value for (TInt ii=count-1 ; ii>=0 ; --ii) {
TImHeaderEncodingInfo
info(anArray[ii]); info.ExternalizeL(aStream); } }
---------------------------------------------------------------------------------------- LOCAL_C void InternalizeL(CArrayFix<TImHeaderEncodingInfo>& anArray, RReadStream& aStream) ---------------------------------------------------------------------------------------- {
TCardinality
card; aStream >> card; TInt count=card; anArray.Reset(); for (TInt ii=0; ii<count ; ++ii) {
TImHeaderEncodingInfo
info; info.InternalizeL(aStream); anArray.InsertL(0,info); } }
InternalizeL(CDesC16Array &, RReadStream &)
ExternalizeL(const CDesC8Array &, RWriteStream &)
InternalizeL(CDesC8Array &, RReadStream &)
CopyArrayL(const CDesCArray &, CDesCArray &)
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.