Lines Matching refs:icudf
1323 UDateFormat icudf; in TestRelativeCrash() local
1325 icudf = udat_open(UDAT_NONE, UDAT_SHORT_RELATIVE, "en", tzName, -1, NULL, 0, &status); in TestRelativeCrash()
1332 udat_set2DigitYearStart(icudf, aDate, &subStatus); in TestRelativeCrash()
1345 oth = udat_clone(icudf, &subStatus); in TestRelativeCrash()
1357 udat_get2DigitYearStart(icudf, &subStatus); in TestRelativeCrash()
1369 udat_toPattern(icudf, TRUE,NULL,0, &subStatus); in TestRelativeCrash()
1380 udat_applyPattern(icudf, FALSE,tzName,-1); in TestRelativeCrash()
1393 udat_getSymbols(icudf, UDAT_ERAS,0,erabuf,UPRV_LENGTHOF(erabuf), &subStatus); in TestRelativeCrash()
1405 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */ in TestRelativeCrash()
1416 udat_countSymbols(icudf, UDAT_ERAS); in TestRelativeCrash()
1425 udat_close(icudf); in TestRelativeCrash()