#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("X-")> | KVersitTokenXDash | [static] |
const TLitC8< sizeof("ENCODING")> | KVersitTokenENCODING | [static] |
const TLitC8< sizeof("BASE64")> | KVersitTokenBASE64 | [static] |
const TLitC8< sizeof("QUOTED-PRINTABLE")> | KVersitTokenQUOTEDPRINTABLE | [static] |
const TLitC8< sizeof("8-BIT")> | KVersitToken8BIT | [static] |
const TLitC8< sizeof("CHARSET")> | KVersitTokenCHARSET | [static] |
const TLitC8< sizeof("UTF-8")> | KVersitTokenUTF8 | [static] |
const TLitC8< sizeof("UTF-7")> | KVersitTokenUTF7 | [static] |
const TLitC8< sizeof("ISO-8859-1")> | KVersitTokenISO1 | [static] |
const TLitC8< sizeof("ISO-8859-2")> | KVersitTokenISO2 | [static] |
const TLitC8< sizeof("ISO-8859-4")> | KVersitTokenISO4 | [static] |
const TLitC8< sizeof("ISO-8859-5")> | KVersitTokenISO5 | [static] |
const TLitC8< sizeof("ISO-8859-7")> | KVersitTokenISO7 | [static] |
const TLitC8< sizeof("ISO-8859-9")> | KVersitTokenISO9 | [static] |
const TLitC8< sizeof("TYPE")> | KVersitTokenTYPE | [static] |
const TLitC8< sizeof("VALUE")> | KVersitTokenVALUE | [static] |
const TLitC8< sizeof("X-CONTENTTYPE")> | KVersitTokenCONTENTTYPE | [static] |
const TLitC8< sizeof("INLINE")> | KVersitTokenINLINE | [static] |
const TLitC8< sizeof("BINARY")> | KVersitTokenBINARY | [static] |
const TLitC8< sizeof("ISO-8859-3")> | KVersitTokenISO3 | [static] |
const TLitC8< sizeof("ISO-8859-10")> | KVersitTokenISO10 | [static] |
const TLitC8< sizeof("SHIFT_JIS")> | KVersitTokenShiftJIS | [static] |
const TLitC8< sizeof("GB 2312-80")> | KVersitTokenGB2312 | [static] |
const TLitC8< sizeof("GBK")> | KVersitTokenGBK | [static] |
const TLitC8< sizeof("BIG5 level 1 and 2")> | KVersitTokenBIG5 | [static] |
const TLitC8< sizeof("ISO 2022-JP")> | KVersitTokenISO2022JP | [static] |
const TLitC8< sizeof("EUC-JP")> | KVersitTokenEUCJP | [static] |
const TLitC8< sizeof("JIS")> | KVersitTokenJIS | [static] |
const TLitC8< sizeof("VCALENDAR")> | KVersitTokenVCALENDAR | [static] |
const TLitC8< sizeof("VCARD")> | KVersitTokenVCARD | [static] |
const TLitC< sizeof(L"VCALENDAR")/2 > | KVersitVarTokenVCALENDAR | [static] |
const TLitC< sizeof(L"VCARD")/2 > | KVersitVarTokenVCARD | [static] |
const TLitC< sizeof(L"VEVENT")/2 > | KVersitVarTokenVEVENT | [static] |
const TLitC< sizeof(L"VTODO")/2 > | KVersitVarTokenVTODO | [static] |
const TLitC8< sizeof("X-EPOCALARM")> | KVersitTokenXALARM | [static] |
const TLitC8< sizeof("AALARM")> | KVersitTokenAALARM | [static] |
const TLitC8< sizeof("DALARM")> | KVersitTokenDALARM | [static] |
const TLitC8< sizeof("PALARM")> | KVersitTokenPALARM | [static] |
const TLitC8< sizeof("MALARM")> | KVersitTokenMALARM | [static] |
const TLitC8< sizeof("DAYLIGHT")> | KVersitTokenDAYLIGHT | [static] |
const TLitC< sizeof(L"DAYLIGHT")/2 > | KVersitVarTokenDAYLIGHT | [static] |
const TLitC8< sizeof("VERSION")> | KVersitTokenVERSION | [static] |
const TLitC8< sizeof("CATEGORIES")> | KVersitTokenCATEGORIES | [static] |
const TLitC8< sizeof("RESOURCES")> | KVersitTokenRESOURCES | [static] |
const TLitC8< sizeof("DCREATED")> | KVersitTokenDCREATED | [static] |
const TLitC8< sizeof("DTSTART")> | KVersitTokenDTSTART | [static] |
const TLitC8< sizeof("DTEND")> | KVersitTokenDTEND | [static] |
const TLitC8< sizeof("LAST-MODIFIED")> | KVersitTokenLASTMODIFIED | [static] |
const TLitC8< sizeof("COMPLETED")> | KVersitTokenCOMPLETED | [static] |
const TLitC8< sizeof("DUE")> | KVersitTokenDUE | [static] |
const TLitC8< sizeof("EXDATE")> | KVersitTokenEXDATE | [static] |
const TLitC8< sizeof("EXRULE")> | KVersitTokenEXRULE | [static] |
const TLitC8< sizeof("RDATE")> | KVersitTokenRDATE | [static] |
const TLitC8< sizeof("RRULE")> | KVersitTokenRRULE | [static] |
const TLitC8< sizeof("RNUM")> | KVersitTokenRNUM | [static] |
const TLitC8< sizeof("PRIORITY")> | KVersitTokenPRIORITY | [static] |
const TLitC8< sizeof("SEQUENCE")> | KVersitTokenSEQUENCE | [static] |
const TLitC8< sizeof("TRANSP")> | KVersitTokenTRANSP | [static] |
const TLitC8< sizeof("BDAY")> | KVersitTokenBDAY | [static] |
const TLitC8< sizeof("AGENT")> | KVersitTokenAGENT | [static] |
const TLitC8< sizeof("LABEL")> | KVersitTokenLABEL | [static] |
const TLitC8< sizeof("PHOTO")> | KVersitTokenPHOTO | [static] |
const TLitC8< sizeof("EMAIL")> | KVersitTokenEMAIL | [static] |
const TLitC8< sizeof("INTERNET")> | KVersitTokenINTERNET | [static] |
const TLitC8< sizeof("TITLE")> | KVersitTokenTITLE | [static] |
const TLitC8< sizeof("ROLE")> | KVersitTokenROLE | [static] |
const TLitC8< sizeof("LOGO")> | KVersitTokenLOGO | [static] |
const TLitC8< sizeof("NOTE")> | KVersitTokenNOTE | [static] |
const TLitC8< sizeof("SOUND")> | KVersitTokenSOUND | [static] |
const TLitC8< sizeof("MAILER")> | KVersitTokenMAILER | [static] |
const TLitC8< sizeof("PRODID")> | KVersitTokenPRODID | [static] |
const TLitC8< sizeof("ATTACH")> | KVersitTokenATTACH | [static] |
const TLitC8< sizeof("ATTENDEE")> | KVersitTokenATTENDEE | [static] |
const TLitC8< sizeof("CLASS")> | KVersitTokenCLASS | [static] |
const TLitC8< sizeof("DESCRIPTION")> | KVersitTokenDESCRIPTION | [static] |
const TLitC8< sizeof("LOCATION")> | KVersitTokenLOCATION | [static] |
const TLitC8< sizeof("RELATED-TO")> | KVersitTokenRELATEDTO | [static] |
const TLitC8< sizeof("STATUS")> | KVersitTokenSTATUS | [static] |
const TLitC8< sizeof("SUMMARY")> | KVersitTokenSUMMARY | [static] |
const TLitC8< sizeof("N")> | KVersitTokenN | [static] |
const TLitC8< sizeof("TZ")> | KVersitTokenTZ | [static] |
const TLitC8< sizeof("ADR")> | KVersitTokenADR | [static] |
const TLitC8< sizeof("ORG")> | KVersitTokenORG | [static] |
const TLitC8< sizeof("REV")> | KVersitTokenREV | [static] |
const TLitC8< sizeof("FN")> | KVersitTokenFN | [static] |
const TLitC8< sizeof("TEL")> | KVersitTokenTEL | [static] |
const TLitC8< sizeof("URL")> | KVersitTokenURL | [static] |
const TLitC8< sizeof("GEO")> | KVersitTokenGEO | [static] |
const TLitC8< sizeof("UID")> | KVersitTokenUID | [static] |
const TLitC8< sizeof("KEY")> | KVersitTokenKEY | [static] |
const TLitC8< sizeof("X-EPOCSECONDNAME")> | KVersitTokenSECONDNAME | [static] |
const TLitC8< sizeof("X-METHOD")> | KVersitTokenXMETHOD | [static] |
const TLitC8< sizeof("X-RECURRENCE-ID")> | KVersitTokenXRECURRENCEID | [static] |
const TLitC8< sizeof("X-SYMBIAN-LUID")> | KVersitTokenXLOCALUID | [static] |
const TLitC8< sizeof("X-SYMBIAN-DTSTAMP")> | KVersitTokenXDTSTAMP | [static] |
const TLitC< sizeof(L"INTERNET")/2 > | KVersitVarTokenINTERNET | [static] |
const TLitC8< sizeof("X-ASSISTANT")> | KVersitTokenAssistant | [static] |
const TLitC8< sizeof("X-ASSISTANT-TEL")> | KVersitTokenAssistantTel | [static] |