InetProtTextUtils Class Reference

class InetProtTextUtils

Comments :

Member Functions Documentation

ConvertDescriptorToHex(const TDesC8 &, TInt &)

IMPORT_C TIntConvertDescriptorToHex(const TDesC8 &aData,
TInt &aHex
)[static]

Parameters

const TDesC8 & aData
TInt & aHex

ConvertDescriptorToHex(const TDesC16 &, TInt &)

IMPORT_C TIntConvertDescriptorToHex(const TDesC16 &aData,
TInt &aHex
)[static]

Parameters

const TDesC16 & aData
TInt & aHex

ConvertDescriptorToInt(const TDesC8 &, TInt &)

IMPORT_C TIntConvertDescriptorToInt(const TDesC8 &aData,
TInt &aInt
)[static]

Parameters

const TDesC8 & aData
TInt & aInt

ConvertDescriptorToInt(const TDesC16 &, TInt &)

IMPORT_C TIntConvertDescriptorToInt(const TDesC16 &aData,
TInt &aInt
)[static]

Parameters

const TDesC16 & aData
TInt & aInt

ConvertHexToDescriptorL(TInt, HBufC8 *&)

IMPORT_C voidConvertHexToDescriptorL(TIntaHex,
HBufC8 *&aBuffer
)[static]

Parameters

TInt aHex
HBufC8 *& aBuffer

ConvertHexToDescriptorL(TInt, HBufC16 *&)

IMPORT_C voidConvertHexToDescriptorL(TIntaHex,
HBufC16 *&aBuffer
)[static]

Parameters

TInt aHex
HBufC16 *& aBuffer

ConvertIntToDescriptorL(TInt, HBufC8 *&)

IMPORT_C voidConvertIntToDescriptorL(TIntaInt,
HBufC8 *&aBuffer
)[static]

Parameters

TInt aInt
HBufC8 *& aBuffer

ConvertIntToDescriptorL(TInt, HBufC16 *&)

IMPORT_C voidConvertIntToDescriptorL(TIntaInt,
HBufC16 *&aBuffer
)[static]

Parameters

TInt aInt
HBufC16 *& aBuffer

ExtractIntegerValueL(TPtrC8 &, TInt &, TBool)

IMPORT_C TIntExtractIntegerValueL(TPtrC8 &aBuffer,
TInt &aIntVal,
TBoolaAllowNonWsTerminator
)[static]

Parameters

TPtrC8 & aBuffer
TInt & aIntVal
TBool aAllowNonWsTerminator

ExtractNextTokenFromList(TPtrC8 &, TPtrC8 &, TChar)

IMPORT_C TIntExtractNextTokenFromList(TPtrC8 &aBuffer,
TPtrC8 &aToken,
TCharaSeparator
)[static]

Parameters

TPtrC8 & aBuffer
TPtrC8 & aToken
TChar aSeparator

ExtractNextTokenFromList(TPtrC16 &, TPtrC16 &, TChar)

IMPORT_C TIntExtractNextTokenFromList(TPtrC16 &aBuffer,
TPtrC16 &aToken,
TCharaSeparator
)[static]

Parameters

TPtrC16 & aBuffer
TPtrC16 & aToken
TChar aSeparator

ExtractNextTokenFromList(TPtrC8 &, TPtrC8 &, const TDesC8 &)

IMPORT_C TIntExtractNextTokenFromList(TPtrC8 &aBuffer,
TPtrC8 &aToken,
const TDesC8 &aSeparators
)[static]

Parameters

TPtrC8 & aBuffer
TPtrC8 & aToken
const TDesC8 & aSeparators

ExtractNextTokenFromList(TPtrC16 &, TPtrC16 &, const TDesC16 &)

IMPORT_C TIntExtractNextTokenFromList(TPtrC16 &aBuffer,
TPtrC16 &aToken,
const TDesC16 &aSeparators
)[static]

Parameters

TPtrC16 & aBuffer
TPtrC16 & aToken
const TDesC16 & aSeparators

ExtractQuotedStringL(TPtrC8 &, TPtrC8 &)

IMPORT_C TIntExtractQuotedStringL(TPtrC8 &aBuffer,
TPtrC8 &aQuotedString
)[static]

Parameters

TPtrC8 & aBuffer
TPtrC8 & aQuotedString

ExtractQuotedStringL(TPtrC16 &, TPtrC16 &)

IMPORT_C TIntExtractQuotedStringL(TPtrC16 &aBuffer,
TPtrC16 &aQuotedString
)[static]

Parameters

TPtrC16 & aBuffer
TPtrC16 & aQuotedString

RemoveWhiteSpace(TPtrC8 &, TRemoveMode)

IMPORT_C TIntRemoveWhiteSpace(TPtrC8 &aData,
TRemoveModeaMode
)[static]

Parameters

TPtrC8 & aData
TRemoveMode aMode

RemoveWhiteSpace(TPtrC16 &, TRemoveMode)

IMPORT_C TIntRemoveWhiteSpace(TPtrC16 &aData,
TRemoveModeaMode
)[static]

Parameters

TPtrC16 & aData
TRemoveMode aMode

Member Enumerations Documentation

Enum TRemoveMode

enum TRemoveMode Enum defining whitespace removal modes.

Enumerators

ERemoveLeft = 0

Specifies removal any contiguous whitespace characters at the beginning of some data.

ERemoveRight

Specifies removal any contiguous whitespace characters at the end of some data.

ERemoveBoth

Specifies removal any contiguous whitespace characters at the beginning and end of some data.