class InetProtTextUtils |
Comments :
Public Member Enumerations | |
---|---|
enum | TRemoveMode { ERemoveLeft = 0, ERemoveRight, ERemoveBoth } |
IMPORT_C TInt | ConvertDescriptorToHex | ( | const TDesC8 & | aData, |
TInt & | aHex | |||
) | [static] |
IMPORT_C TInt | ConvertDescriptorToHex | ( | const TDesC16 & | aData, |
TInt & | aHex | |||
) | [static] |
IMPORT_C TInt | ConvertDescriptorToInt | ( | const TDesC8 & | aData, |
TInt & | aInt | |||
) | [static] |
IMPORT_C TInt | ConvertDescriptorToInt | ( | const TDesC16 & | aData, |
TInt & | aInt | |||
) | [static] |
IMPORT_C void | ConvertHexToDescriptorL | ( | TInt | aHex, |
HBufC8 *& | aBuffer | |||
) | [static] |
IMPORT_C void | ConvertHexToDescriptorL | ( | TInt | aHex, |
HBufC16 *& | aBuffer | |||
) | [static] |
IMPORT_C void | ConvertIntToDescriptorL | ( | TInt | aInt, |
HBufC8 *& | aBuffer | |||
) | [static] |
IMPORT_C void | ConvertIntToDescriptorL | ( | TInt | aInt, |
HBufC16 *& | aBuffer | |||
) | [static] |
IMPORT_C TInt | ExtractIntegerValueL | ( | TPtrC8 & | aBuffer, |
TInt & | aIntVal, | |||
TBool | aAllowNonWsTerminator | |||
) | [static] |
IMPORT_C TInt | ExtractNextTokenFromList | ( | TPtrC8 & | aBuffer, |
TPtrC8 & | aToken, | |||
TChar | aSeparator | |||
) | [static] |
IMPORT_C TInt | ExtractNextTokenFromList | ( | TPtrC16 & | aBuffer, |
TPtrC16 & | aToken, | |||
TChar | aSeparator | |||
) | [static] |
IMPORT_C TInt | ExtractNextTokenFromList | ( | TPtrC8 & | aBuffer, |
TPtrC8 & | aToken, | |||
const TDesC8 & | aSeparators | |||
) | [static] |
IMPORT_C TInt | ExtractNextTokenFromList | ( | TPtrC16 & | aBuffer, |
TPtrC16 & | aToken, | |||
const TDesC16 & | aSeparators | |||
) | [static] |
IMPORT_C TInt | ExtractQuotedStringL | ( | TPtrC8 & | aBuffer, |
TPtrC8 & | aQuotedString | |||
) | [static] |
IMPORT_C TInt | ExtractQuotedStringL | ( | TPtrC16 & | aBuffer, |
TPtrC16 & | aQuotedString | |||
) | [static] |
IMPORT_C TInt | RemoveWhiteSpace | ( | TPtrC8 & | aData, |
TRemoveMode | aMode | |||
) | [static] |
TPtrC8 & aData | |
TRemoveMode aMode |
IMPORT_C TInt | RemoveWhiteSpace | ( | TPtrC16 & | aData, |
TRemoveMode | aMode | |||
) | [static] |
TPtrC16 & aData | |
TRemoveMode aMode |
enum TRemoveMode Enum defining whitespace removal modes.
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. |