Searched refs:dtfSkel (Results 1 – 3 of 3) sorted by relevance
1531 … LocalPointer<DateFormat> dtfSkel(DateFormat::createInstanceForSkeleton(skeleton, locale, status)); in test_jConsistencyOddLocales() local1543 dynamic_cast<SimpleDateFormat*>(dtfSkel.getAlias())->toPattern(dtfSkelPattern); in test_jConsistencyOddLocales()
1789 DateFormat dtfSkel = DateFormat.getInstanceForSkeleton(skeleton, locale); in test_jConsistencyOddLocales() local1790 String dtfSkelPattern = ((SimpleDateFormat)dtfSkel).toPattern(); in test_jConsistencyOddLocales()
1786 DateFormat dtfSkel = DateFormat.getInstanceForSkeleton(skeleton, locale); in test_jConsistencyOddLocales() local1787 String dtfSkelPattern = ((SimpleDateFormat)dtfSkel).toPattern(); in test_jConsistencyOddLocales()