Home | History | Annotate | Download | only in answers

Lines Matching defs:TIMEZONE

15  * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);