Searched refs:currentCase (Results 1 – 6 of 6) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 129 DataMap currentCase = (DataMap) iter.next(); in testConvert() local 132 String locale = testSetting = currentCase.getString("locale"); in testConvert() 139 String from = currentCase.getString("from"); in testConvert() 141 String to = currentCase.getString("to"); in testConvert() 174 DataMap currentCase = (DataMap) iter.next(); in testOps() local 182 String testSetting = currentCase.getString(param); in testOps() 190 String from = testSetting=currentCase.getString(param); in testOps() 201 String operation = testSetting=currentCase.getString(param); in testOps() 205 String paramsData = testSetting = currentCase.getString(param); in testOps() 212 String to = testSetting=currentCase.getString(param); in testOps()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 125 DataMap currentCase = (DataMap) iter.next(); in testConvert() local 128 String locale = testSetting = currentCase.getString("locale"); in testConvert() 135 String from = currentCase.getString("from"); in testConvert() 137 String to = currentCase.getString("to"); in testConvert() 170 DataMap currentCase = (DataMap) iter.next(); in testOps() local 178 String testSetting = currentCase.getString(param); in testOps() 186 String from = testSetting=currentCase.getString(param); in testOps() 197 String operation = testSetting=currentCase.getString(param); in testOps() 201 String paramsData = testSetting = currentCase.getString(param); in testOps() 208 String to = testSetting=currentCase.getString(param); in testOps()
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 79 const DataMap *currentCase= NULL; in testOps() local 97 while (testData->nextCase(currentCase, status)) { in testOps() 111 UnicodeString testSetting = currentCase->getString(param, status); in testOps() 128 UnicodeString from = testSetting=currentCase->getString(param, status); in testOps() 147 UnicodeString operation = testSetting=currentCase->getString(param, in testOps() 164 =currentCase->getString(param, status); in testOps() 180 UnicodeString to = testSetting=currentCase->getString(param, status); in testOps() 368 const DataMap *currentCase= NULL; in testConvert() local 392 while (testData->nextCase(currentCase, status)) { in testConvert() 395 UnicodeString locale = currentCase->getString("locale", status); in testConvert() [all …]
|
D | dadrfmt.cpp | 109 const DataMap *currentCase= NULL; in testConvertDate() local 112 while (testData->nextCase(currentCase, status)) { in testConvertDate() 131 UnicodeString locale = currentCase->getString("locale", status); in testConvertDate() 136 UnicodeString zone = currentCase->getString("zone", status); in testConvertDate() 141 UnicodeString spec = currentCase->getString("spec", status); in testConvertDate() 146 UnicodeString date = currentCase->getString("date", status); in testConvertDate() 151 UnicodeString expectStr= currentCase->getString("str", status); in testConvertDate()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 80 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local 83 String locale = currentCase.getString("locale"); in testConvertDate() 84 String zone = currentCase.getString("zone"); in testConvertDate() 85 String spec = currentCase.getString("spec"); in testConvertDate() 86 String date = currentCase.getString("date"); in testConvertDate() 87 String str = currentCase.getString("str"); in testConvertDate()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 84 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local 87 String locale = currentCase.getString("locale"); in testConvertDate() 88 String zone = currentCase.getString("zone"); in testConvertDate() 89 String spec = currentCase.getString("spec"); in testConvertDate() 90 String date = currentCase.getString("date"); in testConvertDate() 91 String str = currentCase.getString("str"); in testConvertDate()
|