Searched refs:zoneGMT (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdateintervalformattest.c | 124 static UChar zoneGMT[] = { 0x47,0x4D,0x54,0 }; // GMT variable 286 udifmt = udtitvfmt_open(locSkelItemPtr->locale, ubuf, ulen, zoneGMT, -1, &status); in TestFPos_SkelWithSeconds()
|
D | cdattst.c | 1496 static const UChar zoneGMT[] = { 0x47,0x4D,0x54,0 }; /* "GMT" */ variable 1510 …dfmt = udat_open(UDAT_PATTERN, UDAT_PATTERN, textContextItemPtr->locale, zoneGMT, -1, ubuf, len, &… in TestContext() 1553 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status); in TestContext() 1555 … udat_open(UDAT_NONE, UDAT_LONG_RELATIVE, textRelContextItemPtr->locale, zoneGMT, -1, NULL, 0, &st… in TestContext() 1630 …fmt=udat_open(UDAT_PATTERN, UDAT_PATTERN, "en_US", zoneGMT, -1, pattern, u_strlen(pattern), &statu… in TestOverrideNumberFormat() 1663 …fmt2 =udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US", zoneGMT, -1, pattern, u_strlen(pattern), &stat… in TestOverrideNumberFormat() 1785 …UDateFormat* udfmt = udat_open(UDAT_LONG, UDAT_FULL, localeForFields, zoneGMT, -1, NULL, 0, &statu… in TestFormatForFields() 1786 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
|
D | ccaltst.c | 2090 static const UChar zoneGMT[] = { 0x47,0x4D,0x54,0 }; variable 2096 UCalendar *ucalTest = ucal_open(zoneGMT, -1, eraTestItemPtr->locale, UCAL_DEFAULT, &status); in TestAddRollEra0AndEraBounds() 2317 UCalendar * ucal = ucal_open(zoneGMT, -1, "en", UCAL_GREGORIAN, &status); in TestGetTZTransition()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1614 TimeZone zoneGMT = TimeZone.getFrozenTimeZone("GMT"); in TestAddRollEra0AndEraBounds() local 1616 Calendar ucalTest = Calendar.getInstance(zoneGMT, new ULocale(localeID)); in TestAddRollEra0AndEraBounds()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1611 TimeZone zoneGMT = TimeZone.getFrozenTimeZone("GMT"); in TestAddRollEra0AndEraBounds() local 1613 Calendar ucalTest = Calendar.getInstance(zoneGMT, new ULocale(localeID)); in TestAddRollEra0AndEraBounds()
|