Home
last modified time | relevance | path

Searched refs:icudf (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatTest.java92 com.ibm.icu.text.DateFormat icudf; in getICUInstance() local
95 icudf = com.ibm.icu.text.DateFormat.getTimeInstance(tstyle, loc); in getICUInstance()
98 icudf = com.ibm.icu.text.DateFormat.getDateInstance(dstyle, loc); in getICUInstance()
101 icudf = com.ibm.icu.text.DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in getICUInstance()
107 return icudf; in getICUInstance()
138 com.ibm.icu.text.DateFormat icudf = getICUInstance(dstyle, tstyle, loc, null); in TestICUEquivalent() local
144 String dstr2 = icudf.format(d); in TestICUEquivalent()
163 d2 = icudf.parse(dstr1); in TestICUEquivalent()
/external/icu/icu4c/source/test/cintltst/
Dcdattst.c1323 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()
[all …]