Home | History | Annotate | Download | only in intltest

Lines Matching refs:foo

1840         /* "TZID:FOO\x0D\x0A" */
1877 VTimeZone *foo = VTimeZone::createVTimeZone(fooData, status);
1878 if (U_FAILURE(status) || foo == NULL) {
1879 errln("FAIL: Failed to create a VTimeZone foo");
1883 foo->write(getUTCMillis(2005, UCAL_JANUARY, 1), fooData2, status);
1885 errln("FAIL: Failed to write VTIMEZONE data for foo");
1889 delete foo;