Home
last modified time | relevance | path

Searched refs:zoneGMT (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcdateintervalformattest.c168 static UChar zoneGMT[] = { 0x47,0x4D,0x54,0 }; // GMT variable
330 udifmt = udtitvfmt_open(locSkelItemPtr->locale, ubuf, ulen, zoneGMT, -1, &status); in TestFPos_SkelWithSeconds()
365 UDateIntervalFormat* fmt = udtitvfmt_open("de", u"dMMMMyHHmm", -1, zoneGMT, -1, &ec); in TestFormatToResult()
426 UCalendar* ucal1 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
428 UCalendar* ucal2 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
430 UCalendar* ucal3 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
432 UCalendar* ucal4 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
433 UCalendar* ucal5 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
435 UDateIntervalFormat* fmt = udtitvfmt_open("de", u"dMMMMyHHmm", -1, zoneGMT, -1, &ec); in TestFormatCalendarToResult()
Dcdattst.c1505 static const UChar zoneGMT[] = { 0x47,0x4D,0x54,0 }; /* "GMT" */ variable
1519 …dfmt = udat_open(UDAT_PATTERN, UDAT_PATTERN, textContextItemPtr->locale, zoneGMT, -1, ubuf, len, &… in TestContext()
1562 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status); in TestContext()
1564 … udat_open(UDAT_NONE, UDAT_LONG_RELATIVE, textRelContextItemPtr->locale, zoneGMT, -1, NULL, 0, &st… in TestContext()
1639 …fmt=udat_open(UDAT_PATTERN, UDAT_PATTERN, "en_US", zoneGMT, -1, pattern, u_strlen(pattern), &statu… in TestOverrideNumberFormat()
1677 …fmt2 =udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US", zoneGMT, -1, pattern, u_strlen(pattern), &stat… in TestOverrideNumberFormat()
1803 …UDateFormat* udfmt = udat_open(UDAT_LONG, UDAT_FULL, localeForFields, zoneGMT, -1, NULL, 0, &statu… in TestFormatForFields()
1804 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
Dccaltst.c2119 static const UChar zoneGMT[] = { 0x47,0x4D,0x54,0 }; variable
2125 UCalendar *ucalTest = ucal_open(zoneGMT, -1, eraTestItemPtr->locale, UCAL_DEFAULT, &status); in TestAddRollEra0AndEraBounds()
2346 UCalendar * ucal = ucal_open(zoneGMT, -1, "en", UCAL_GREGORIAN, &status); in TestGetTZTransition()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1612 TimeZone zoneGMT = TimeZone.getFrozenTimeZone("GMT"); in TestAddRollEra0AndEraBounds() local
1614 Calendar ucalTest = Calendar.getInstance(zoneGMT, new ULocale(localeID)); in TestAddRollEra0AndEraBounds()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1615 TimeZone zoneGMT = TimeZone.getFrozenTimeZone("GMT"); in TestAddRollEra0AndEraBounds() local
1617 Calendar ucalTest = Calendar.getInstance(zoneGMT, new ULocale(localeID)); in TestAddRollEra0AndEraBounds()