Home
last modified time | relevance | path

Searched defs:dateFormatPattern (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateIntervalFormatTest.java1612 String dateFormatPattern = ((SimpleDateFormat)dateFormat).toPattern(); in TestTicket11583() local
1664 private boolean matches(String dateFormatPattern, String firstPart, String secondPart) { in matches()