Home
last modified time | relevance | path

Searched refs:showNN (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java210 showNN(cal.get(Calendar.MONTH) + 1) + "/" + in showDate()
211 showNN(cal.get(Calendar.DAY_OF_MONTH)) + " " + in showDate()
212 showNN(cal.get(Calendar.HOUR_OF_DAY)) + ":" in showDate()
213 + showNN(cal.get(Calendar.MINUTE)) + " \"" + d + "\" = " + in showDate()
229 showNN(cal.get(Calendar.MONTH) + 1) + "/" + in showDate()
230 showNN(cal.get(Calendar.DAY_OF_MONTH)) + " " + in showDate()
231 showNN(cal.get(Calendar.HOUR_OF_DAY)) + ":" + in showDate()
232 showNN(cal.get(Calendar.MINUTE)) + " \"" + d + "\" = " + in showDate()
236 private static String showNN(int n) in showNN() method in TimeZoneBoundaryTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java207 showNN(cal.get(Calendar.MONTH) + 1) + "/" + in showDate()
208 showNN(cal.get(Calendar.DAY_OF_MONTH)) + " " + in showDate()
209 showNN(cal.get(Calendar.HOUR_OF_DAY)) + ":" in showDate()
210 + showNN(cal.get(Calendar.MINUTE)) + " \"" + d + "\" = " + in showDate()
226 showNN(cal.get(Calendar.MONTH) + 1) + "/" + in showDate()
227 showNN(cal.get(Calendar.DAY_OF_MONTH)) + " " + in showDate()
228 showNN(cal.get(Calendar.HOUR_OF_DAY)) + ":" + in showDate()
229 showNN(cal.get(Calendar.MINUTE)) + " \"" + d + "\" = " + in showDate()
233 private static String showNN(int n) in showNN() method in TimeZoneBoundaryTest
/third_party/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp171 return UnicodeString("") + y + "/" + showNN(m + 1) + "/" + in showDate()
172 showNN(day) + " " + showNN(h) + ":" + showNN(min) + in showDate()
179 TimeZoneBoundaryTest::showNN(int32_t n) in showNN() function in TimeZoneBoundaryTest
Dtzbdtest.h49 static UnicodeString showNN(int32_t n);