Home
last modified time | relevance | path

Searched refs:currentCase (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DDataDrivenCalendarTest.java141 DataMap currentCase = (DataMap) iter.next(); in testConvert() local
144 String locale = testSetting = currentCase.getString("locale"); in testConvert()
151 String from = currentCase.getString("from"); in testConvert()
153 String to = currentCase.getString("to"); in testConvert()
186 DataMap currentCase = (DataMap) iter.next(); in testOps() local
194 String testSetting = currentCase.getString(param); in testOps()
202 String from = testSetting=currentCase.getString(param); in testOps()
213 String operation = testSetting=currentCase.getString(param); in testOps()
217 String paramsData = testSetting = currentCase.getString(param); in testOps()
224 String to = testSetting=currentCase.getString(param); in testOps()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java140 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/icu4c/source/test/intltest/
Ddadrcal.cpp81 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 …]
Ddadrfmt.cpp111 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/
DDataDrivenFormatTest.java92 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/
DDataDrivenFormatTest.java93 DataMap currentCase = (DataMap) iter.next(); in testConvertDate() local
96 String locale = currentCase.getString("locale"); in testConvertDate()
97 String zone = currentCase.getString("zone"); in testConvertDate()
98 String spec = currentCase.getString("spec"); in testConvertDate()
99 String date = currentCase.getString("date"); in testConvertDate()
100 String str = currentCase.getString("str"); in testConvertDate()
/external/protobuf/js/
Dmessage.js766 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);
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1803 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local
1804 if(currentCase) in visitSwitch()
1808 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()