HomeSort by relevance Sort by last modified time
    Searched refs:currentCase (Results 1 - 10 of 10) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java 143 DataMap currentCase = (DataMap) iter.next();
146 String locale = testSetting = currentCase.getString("locale");
153 String from = currentCase.getString("from");
155 String to = currentCase.getString("to");
188 DataMap currentCase = (DataMap) iter.next();
196 String testSetting = currentCase.getString(param);
204 String from = testSetting=currentCase.getString(param);
215 String operation = testSetting=currentCase.getString(param);
219 String paramsData = testSetting = currentCase.getString(param);
226 String to = testSetting=currentCase.getString(param)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 140 DataMap currentCase = (DataMap) iter.next();
143 String locale = testSetting = currentCase.getString("locale");
150 String from = currentCase.getString("from");
152 String to = currentCase.getString("to");
185 DataMap currentCase = (DataMap) iter.next();
193 String testSetting = currentCase.getString(param);
201 String from = testSetting=currentCase.getString(param);
212 String operation = testSetting=currentCase.getString(param);
216 String paramsData = testSetting = currentCase.getString(param);
223 String to = testSetting=currentCase.getString(param)
    [all...]
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 81 const DataMap *currentCase= NULL;
99 while (testData->nextCase(currentCase, status)) {
113 UnicodeString testSetting = currentCase->getString(param, status);
130 UnicodeString from = testSetting=currentCase->getString(param, status);
149 UnicodeString operation = testSetting=currentCase->getString(param,
166 =currentCase->getString(param, status);
182 UnicodeString to = testSetting=currentCase->getString(param, status);
370 const DataMap *currentCase= NULL;
394 while (testData->nextCase(currentCase, status)) {
397 UnicodeString locale = currentCase->getString("locale", status)
    [all...]
dadrfmt.cpp 111 const DataMap *currentCase= NULL;
114 while (testData->nextCase(currentCase, status)) {
133 UnicodeString locale = currentCase->getString("locale", status);
138 UnicodeString zone = currentCase->getString("zone", status);
143 UnicodeString spec = currentCase->getString("spec", status);
148 UnicodeString date = currentCase->getString("date", status);
153 UnicodeString expectStr= currentCase->getString("str", status);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenFormatTest.java 95 DataMap currentCase = (DataMap) iter.next();
98 String locale = currentCase.getString("locale");
99 String zone = currentCase.getString("zone");
100 String spec = currentCase.getString("spec");
101 String date = currentCase.getString("date");
102 String str = currentCase.getString("str");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenFormatTest.java 92 DataMap currentCase = (DataMap) iter.next();
95 String locale = currentCase.getString("locale");
96 String zone = currentCase.getString("zone");
97 String spec = currentCase.getString("spec");
98 String date = currentCase.getString("date");
99 String str = currentCase.getString("str");
  /external/swiftshader/src/OpenGL/compiler/
AnalyzeCallDepth.cpp 140 TIntermCase* currentCase = (*it)->getAsCaseNode();
141 if(currentCase)
144 TIntermTyped* condition = currentCase->getCondition();
OutputASM.cpp     [all...]
  /external/protobuf/js/
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);
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 384 milliseconds