Lines Matching refs:def1
381 UDateFormat *def1; in TestNewFormatAndParseAPI() local
450 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestNewFormatAndParseAPI()
456 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestNewFormatAndParseAPI()
460 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI()
464 udat_close(def1); in TestNewFormatAndParseAPI()
483 UDateFormat *def1; in TestSampleFormatAndParseWithError() local
544 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParseWithError()
550 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParseWithError()
554 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParseWithError()
557 udat_close(def1); in TestSampleFormatAndParseWithError()
577 UDateFormat *def1; in TestSampleFormatAndParse() local
637 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParse()
643 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0) in TestSampleFormatAndParse()
647 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestSampleFormatAndParse()
650 udat_close(def1); in TestSampleFormatAndParse()