Lines Matching refs:icudf
1319 UDateFormat icudf; in TestRelativeCrash() local
1321 icudf = udat_open(UDAT_NONE, UDAT_SHORT_RELATIVE, "en", tzName, -1, NULL, 0, &status); in TestRelativeCrash()
1328 udat_set2DigitYearStart(icudf, aDate, &subStatus); in TestRelativeCrash()
1341 oth = udat_clone(icudf, &subStatus); in TestRelativeCrash()
1353 udat_get2DigitYearStart(icudf, &subStatus); in TestRelativeCrash()
1365 udat_toPattern(icudf, TRUE,NULL,0, &subStatus); in TestRelativeCrash()
1376 udat_applyPattern(icudf, FALSE,tzName,-1); in TestRelativeCrash()
1389 udat_getSymbols(icudf, UDAT_ERAS,0,erabuf,sizeof(erabuf)/sizeof(erabuf[0]), &subStatus); in TestRelativeCrash()
1401 udat_setSymbols(icudf, UDAT_ERAS,0,&symbolValue,1, &subStatus); /* bogus values */ in TestRelativeCrash()
1412 udat_countSymbols(icudf, UDAT_ERAS); in TestRelativeCrash()
1421 udat_close(icudf); in TestRelativeCrash()