Home
last modified time | relevance | path

Searched refs:dtfSkel (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1531 … LocalPointer<DateFormat> dtfSkel(DateFormat::createInstanceForSkeleton(skeleton, locale, status)); in test_jConsistencyOddLocales() local
1543 dynamic_cast<SimpleDateFormat*>(dtfSkel.getAlias())->toPattern(dtfSkelPattern); in test_jConsistencyOddLocales()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java1789 DateFormat dtfSkel = DateFormat.getInstanceForSkeleton(skeleton, locale); in test_jConsistencyOddLocales() local
1790 String dtfSkelPattern = ((SimpleDateFormat)dtfSkel).toPattern(); in test_jConsistencyOddLocales()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1786 DateFormat dtfSkel = DateFormat.getInstanceForSkeleton(skeleton, locale); in test_jConsistencyOddLocales() local
1787 String dtfSkelPattern = ((SimpleDateFormat)dtfSkel).toPattern(); in test_jConsistencyOddLocales()