Home | History | Annotate | Download | only in intltest

Lines Matching defs:it

20 // This is an API test, not a unit test.  It doesn't test very many cases, and doesn't
21 // try to test the full functionality. It just calls each function in the class and
22 // verifies that it works on a basic level.
139 DateFormat *it = DateFormat::createDateInstance(DateFormat::MEDIUM, Locale::getItalian());
142 if (def == NULL || fr == NULL || it == NULL || de == NULL){
151 if( *fr == *it ) {
157 if (fr != NULL && it != NULL && de != NULL)
174 res2 = it->format(d, res2, pos2);
209 if (fr != NULL && it != NULL && de != NULL)
222 fr->setLenient(it->isLenient());
223 if(fr->isLenient() != it->isLenient()) {
230 it->setCalendar(*newCal);
231 if( *(de->getCalendar()) != *(it->getCalendar())) {
238 it->setNumberFormat(*newNf);
239 if( *(de->getNumberFormat()) != *(it->getNumberFormat())) {
246 it->setTimeZone(*newTz);
247 if( de->getTimeZone() != it->getTimeZone()) {
268 delete it;
280 // N.B.: This test passes if it COMPILES, since it's a test of