Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp1048 UnicodeString strWith, strWithout; in TestJ449() local
1050 fmt.format(date, strWith); in TestJ449()
1053 if (strWith == strWithout) { in TestJ449()
1055 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1059 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1024 String strWith = fmt.format(date); in TestJ449() local
1027 if (strWith.equals(strWithout)) { in TestJ449()
1029 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1033 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1027 String strWith = fmt.format(date); in TestJ449() local
1030 if (strWith.equals(strWithout)) { in TestJ449()
1032 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1036 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()