Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1541 UnicodeString dtfShortPattern, dtfSkelPattern; in test_jConsistencyOddLocales() local
1543 dynamic_cast<SimpleDateFormat*>(dtfSkel.getAlias())->toPattern(dtfSkelPattern); in test_jConsistencyOddLocales()
1549 if (dtfShortPattern != dtfSkelPattern || dtfSkelPattern != dtpgPattern) { in test_jConsistencyOddLocales()
1554 … ", DateFmt-forSkel: " + dtfSkelPattern + ", DateFmt-short: " + dtfShortPattern + in test_jConsistencyOddLocales()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1781 String dtfSkelPattern = ((SimpleDateFormat)dtfSkel).toPattern(); in test_jConsistencyOddLocales() local
1786 if (!dtfShortPattern.equals(dtfSkelPattern) || !dtfSkelPattern.equals(dtpgPattern)) { in test_jConsistencyOddLocales()
1791 … ", DateFmt-forSkel: " + dtfSkelPattern + ", DateFmt-short: " + dtfShortPattern + in test_jConsistencyOddLocales()