Home
last modified time | relevance | path

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

/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/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DDataDrivenCalendarTest.java143 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/
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.java95 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/
DAnalyzeCallDepth.cpp140 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local
141 if(currentCase) in visitSwitch()
144 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()
DOutputASM.cpp1984 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch() local
1985 if(currentCase) in visitSwitch()
1989 TIntermTyped* condition = currentCase->getCondition(); in visitSwitch()
/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);