#include <app/vtoken.h>
const TLitC< sizeof(L":")/2 > | KVersitTokenColonUnicode | [static] |
A Unicode colon string.
const TLitC< sizeof(L";")/2 > | KVersitTokenSemiColonUnicode | [static] |
A Unicode semi-colon string.
const TLitC8< sizeof("\\;")> | KVersitEscapedSemiColon | [static] |
An escaped semi-colon string.
const TLitC< sizeof(L"\\;")/2 > | KVersitEscapedSemiColonUnicode | [static] |
An escaped Unicode semi-colon string.
const TLitC8< sizeof("P")> | KVersitTimePeriodBegin | [static] |
The string used at the start of a time interval string.
const TLitC8< sizeof("Y")> | KVersitTimePeriodYear | [static] |
The string appended to the number of years when encoding a time interval.
const TLitC8< sizeof("M")> | KVersitTimePeriodMonth | [static] |
The string appended to the number of months when encoding a time interval.
const TLitC8< sizeof("D")> | KVersitTimePeriodDay | [static] |
The string appended to the number of days when encoding a time interval.
const TLitC8< sizeof("T")> | KVersitTimePeriodTime | [static] |
The string added before the time of day when encoding a Versit date/time.
Also the string added before the time of day when encoding a time interval.
const TLitC8< sizeof("H")> | KVersitTimePeriodHour | [static] |
The string appended to the hour value when encoding a time interval.
const TLitC8< sizeof("M")> | KVersitTimePeriodMinute | [static] |
The string appended to the minutes value when encoding a time interval.
const TLitC8< sizeof("S")> | KVersitTimePeriodSecond | [static] |
The string appended to the seconds value when encoding a time interval.
const TLitC8< sizeof("Z")> | KVersitTokenUniversalTime | [static] |
The string appended to a date/time when encoding a Versit date/time, if the value is in universal time.
const TUint | KVersitTokenLSquareBracketVal |
A left square bracket character.
const TUint | KVersitTokenRSquareBracketVal |
A right square bracket character.
const TUint | KVersitTokenYenVal |
A Yen character: the escape character for the 'ShiftJis' character set.
const TUint | KVersitTimePeriodBeginVal |
The character at the beginning of a time interval string.
const TUint | KVersitTimePeriodYearVal |
The character following the number of years in a time interval string.
const TUint | KVersitTimePeriodMonthVal |
The character following the number of months in a time interval string.
const TUint | KVersitTimePeriodWeekVal |
The character following the number of weeks in a time interval string.
const TUint | KVersitTimePeriodDayVal |
The character following the number of days in a time interval string.
const TUint | KVersitTimePeriodTimeVal |
The character preceding a length of day (hours,minutes and seconds) in a time interval string.
Also the character preceding the time of day in a date/time string.
const TUint | KVersitTimePeriodHourVal |
The character following the number of hours in a time interval string.
const TUint | KVersitTimePeriodMinuteVal |
The character following the number of minutes in a time interval string.
const TUint | KVersitTimePeriodSecondVal |
The character following the number of seconds in a time interval string.
const TUint | KVersitTokenUniversalTimeVal |
The character at the end of a universal date/time string.
const TUint | KVersitRecurrenceDailyVal |
The character at the start of a daily recurring entity string.
const TUint | KVersitRecurrenceWeeklyVal |
The character at the start of a weekly recurring entity string.
const TUint | KVersitRecurrenceNumberOfVal |
The character which precedes the number of recurrences, when specified, in a recurring entity.
const TLitC< sizeof(L"MP")/2 > | KVersitRecurrenceMonthlyByPos | [static] |
The string at the beginning of a 'monthly by position' recurring entity (see CVersitRecurrenceMonthlyByPos). Used when internalising.
const TLitC< sizeof(L"MD")/2 > | KVersitRecurrenceMonthlyByDay | [static] |
Not used.
const TLitC< sizeof(L"YM")/2 > | KVersitRecurrenceYearlyByMonth | [static] |
Not used.
const TLitC< sizeof(L"YD")/2 > | KVersitRecurrenceYearlyByDay | [static] |
The string at the beginning of a 'yearly by day' recurring entity, (see CVersitRecurrenceYearlyByDay). Used when internalising.
const TLitC< sizeof(L"MO")/2 > | KVersitRecurrenceMonday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Mondays. Used when internalising.
const TLitC< sizeof(L"TU")/2 > | KVersitRecurrenceTuesday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Tuesdays. Used when internalising.
const TLitC< sizeof(L"WE")/2 > | KVersitRecurrenceWednesday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Wednesdays. Used when internalising.
const TLitC< sizeof(L"TH")/2 > | KVersitRecurrenceThursday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Thursdays. Used when internalising.
const TLitC< sizeof(L"FR")/2 > | KVersitRecurrenceFriday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Fridays. Used when internalising.
const TLitC< sizeof(L"SA")/2 > | KVersitRecurrenceSaturday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Saturdays. Used when internalising.
const TLitC< sizeof(L"SU")/2 > | KVersitRecurrenceSunday | [static] |
A string in the date list (if a date list is defined) of an entity that recurs either weekly or 'monthly by position' on Sundays. Used when internalising.
const TLitC< sizeof(L"LD")/2 > | KVersitRecurrenceLastDay | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on the last day of the month. Used when internalising.
const TLitC8< sizeof("D")> | KVersitRecurrenceDaily | [static] |
The string used at the start of a daily recurring entity.
const TLitC8< sizeof("W")> | KVersitRecurrenceWeekly | [static] |
The string used at the start of a weekly recurring entity.
const TLitC8< sizeof("#")> | KVersitRecurrenceNumberOf | [static] |
The string appended just before the number of occurrences, when encoding a recurring entity as a descriptor.
const TLitC8< sizeof("MP")> | KVersitRecurrenceMonthlyByPos8 | [static] |
The string used at the start of a 'monthly by position' recurring entity, (see CVersitRecurrenceMonthlyByPos). Used when externalising.
const TLitC8< sizeof("MD")> | KVersitRecurrenceMonthlyByDay8 | [static] |
Not used.
const TLitC8< sizeof("YM")> | KVersitRecurrenceYearlyByMonth8 | [static] |
Not used.
const TLitC8< sizeof("YD")> | KVersitRecurrenceYearlyByDay8 | [static] |
The string used at the start of a 'yearly by day' recurring entity, (see CVersitRecurrenceYearlyByDay). Used when externalising.
const TLitC8< sizeof("MO")> | KVersitRecurrenceMonday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Mondays. Used when externalising.
const TLitC8< sizeof("TU")> | KVersitRecurrenceTuesday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Tuesdays. Used when externalising.
const TLitC8< sizeof("WE")> | KVersitRecurrenceWednesday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Wednesdays. Used when externalising.
const TLitC8< sizeof("TH")> | KVersitRecurrenceThursday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Thursdays. Used when externalising.
const TLitC8< sizeof("FR")> | KVersitRecurrenceFriday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Fridays. Used when externalising.
const TLitC8< sizeof("SA")> | KVersitRecurrenceSaturday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Saturdays. Used when externalising.
const TLitC8< sizeof("SU")> | KVersitRecurrenceSunday8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on Sundays. Used when externalising.
const TLitC8< sizeof("LD")> | KVersitRecurrenceLastDay8 | [static] |
The string appended to the 'occurrence list' section of an entity that recurs on the last day of the month. Used when externalising.
const TLitC8< sizeof("BEGIN")> | KVersitTokenBEGIN | [static] |
The string at the start of an entity encoded in a stream.
This is implemented as the name of a property, but this property is not stored in the entity's array of properties.
const TLitC< sizeof(L"BEGIN")/2 > | KVersitVarTokenBEGIN | [static] |
The string at the start of an agent vCard entity encoded in a stream.
The reason for needing a Unicode version, is that the agent vCard is held in a property value in the parent vCard, and all property values are converted to Unicode when they are internalised, in order to make them character set-independent.
This is implemented as the name of a property, but this property is not stored in the entity's array of properties.
const TLitC8< sizeof("END")> | KVersitTokenEND | [static] |
The string which follows the body of data of a vCard/vCalendar encoded in a stream. It is followed only by the entity name.
This is implemented as the name of a property, but this property is not stored in the entity's array of properties.
const TLitC8< sizeof("\r\n")> | KVersitTokenCRLF | [static] |
A carriage return and line feed
const TLitC8< sizeof("TRUE")> | KVersitTokenTRUE | [static] |
A boolean true value. Not used.
const TLitC< sizeof(L"TRUE")/2 > | KVersitVarTokenTRUE | [static] |
A boolean true value.
const TLitC8< sizeof("FALSE")> | KVersitTokenFALSE | [static] |
A boolean false value. Not used.
const TLitC< sizeof(L"FALSE")/2 > | KVersitVarTokenFALSE | [static] |
A boolean false value.
const TLitC8< sizeof("X-EPOC")> | KVersitTokenXDashEPOC | [static] |
The symbol added to the beginning of an unrecognised property name while internalising from a stream.
const TLitC8< sizeof("QUOTED-PRINTABLE")> | KVersitTokenQUOTEDPRINTABLE | [static] |