Searched refs:currentCase (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 140 DataMap currentCase = (DataMap) iter.next(); in testConvert() local 143 String locale = testSetting = currentCase.getString("locale"); in testConvert() 150 String from = currentCase.getString("from"); in testConvert() 152 String to = currentCase.getString("to"); in testConvert() 185 DataMap currentCase = (DataMap) iter.next(); in testOps() local 193 String testSetting = currentCase.getString(param); in testOps() 201 String from = testSetting=currentCase.getString(param); in testOps() 212 String operation = testSetting=currentCase.getString(param); in testOps() 216 String paramsData = testSetting = currentCase.getString(param); in testOps() 223 String to = testSetting=currentCase.getString(param); in testOps()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 143 DataMap currentCase = (DataMap) iter.next(); in testConvert() local 146 String locale = testSetting = currentCase.getString("locale"); in testConvert() 153 String from = currentCase.getString("from"); in testConvert() 155 String to = currentCase.getString("to"); in testConvert() 188 DataMap currentCase = (DataMap) iter.next(); in testOps() local 196 String testSetting = currentCase.getString(param); in testOps() 204 String from = testSetting=currentCase.getString(param); in testOps() 215 String operation = testSetting=currentCase.getString(param); in testOps() 219 String paramsData = testSetting = currentCase.getString(param); in testOps() 226 String to = testSetting=currentCase.getString(param); in testOps()
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 81 const DataMap *currentCase= NULL; in testOps() local 99 while (testData->nextCase(currentCase, status)) { in testOps() 113 UnicodeString testSetting = currentCase->getString(param, status); in testOps() 130 UnicodeString from = testSetting=currentCase->getString(param, status); in testOps() 149 UnicodeString operation = testSetting=currentCase->getString(param, in testOps() 166 =currentCase->getString(param, status); in testOps() 182 UnicodeString to = testSetting=currentCase->getString(param, status); in testOps() 370 const DataMap *currentCase= NULL; in testConvert() local 394 while (testData->nextCase(currentCase, status)) { in testConvert() 397 UnicodeString locale = currentCase->getString("locale", status); in testConvert() [all …]
|
D | dadrfmt.cpp | 111 const DataMap *currentCase= NULL; in testConvertDate() local 114 while (testData->nextCase(currentCase, status)) { in testConvertDate() 133 UnicodeString locale = currentCase->getString("locale", status); in testConvertDate() 138 UnicodeString zone = currentCase->getString("zone", status); in testConvertDate() 143 UnicodeString spec = currentCase->getString("spec", status); in testConvertDate() 148 UnicodeString date = currentCase->getString("date", status); in testConvertDate() 153 UnicodeString expectStr= currentCase->getString("str", status); in testConvertDate()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 92 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local 95 String locale = currentCase.getString("locale"); in testConvertDate() 96 String zone = currentCase.getString("zone"); in testConvertDate() 97 String spec = currentCase.getString("spec"); in testConvertDate() 98 String date = currentCase.getString("date"); in testConvertDate() 99 String str = currentCase.getString("str"); in testConvertDate()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DataDrivenFormatTest.java | 95 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local 98 String locale = currentCase.getString("locale"); in testConvertDate() 99 String zone = currentCase.getString("zone"); in testConvertDate() 100 String spec = currentCase.getString("spec"); in testConvertDate() 101 String date = currentCase.getString("date"); in testConvertDate() 102 String str = currentCase.getString("str"); in testConvertDate()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 140 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local 141 if(currentCase) in visitSwitch() 144 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()
|
D | OutputASM.cpp | 1984 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local 1985 if(currentCase) in visitSwitch() 1989 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()
|
/external/protobuf/js/ |
D | message.js | 766 var currentCase = jspb.Message.computeOneofCase(msg, oneof); 767 if (currentCase && currentCase !== fieldNumber && value !== undefined) { 768 if (msg.wrappers_ && currentCase in msg.wrappers_) { 769 msg.wrappers_[currentCase] = undefined; 771 jspb.Message.setField(msg, currentCase, undefined);
|