Home | History | Annotate | Download | only in intltest

Lines Matching defs:s2

635             UErrorCode s2 = U_ZERO_ERROR;
639 aDate = fmt->parse(samplestr, s2);
642 CHECK(s2, "parsing the 1.1.9 string");
648 cal2->setTime(aDate, s2);
649 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
650 int32_t gotEra = cal2->get(UCAL_ERA, s2);
675 UErrorCode s2 = U_ZERO_ERROR;
679 aDate = fmt->parse(samplestr, s2);
682 CHECK(s2, "parsing the 1 string");
688 cal2->setTime(aDate, s2);
689 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
690 int32_t gotEra = cal2->get(UCAL_ERA, s2);